Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight not working #96

Closed
pavanpkulkarni opened this issue Jun 11, 2020 · 1 comment
Closed

Highlight not working #96

pavanpkulkarni opened this issue Jun 11, 2020 · 1 comment

Comments

@pavanpkulkarni
Copy link

pavanpkulkarni commented Jun 11, 2020

Hello,

I have a log file with the contents as

2020-06-10 16:23:13.526 [WARN] [SOME TEXT] This is a warning
2020-06-10 16:23:14.121 [ERROR] [ANOTHER TEXT] This is an ERROR
2020-06-10 16:23:17.506 [INFO] [SOME TEXT] This is info.. use it wisely!

Message Pattern : ^([^\[]+)\s*(\[[\s\w]+])\s*(\[[\s\w]+])\s*(.+)$
Message Pattern Start: ^\d
Time format: yyyy-MM-dd HH:mm:ss.SSS

Groups Are:
Time Capture Group: 1
Severity Capture Group: 2
Category Capture Group : 3

I have verified the Regex online and it matches the test input as well.

Despite this, I'm unable to see the highlighting in my *.log files.

Please let me know if I'm missing anything here,

IJ Version: 2019.2.1 Ultimate

@ArtemKar123
Copy link
Collaborator

Fixed in #165. Will be released in the next version. Thanks for your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants