krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
440 stars 57 forks source link

Enhancement - Add ability to filter matched text by line #99

Closed sawser2k2 closed 6 years ago

sawser2k2 commented 6 years ago

I have a logger that adds session information to the front of log statements, and I don't have access to change the log configuration.

I would be insanely helpful when monitoring the log if I could hide that prepended information.

For example - 12-07-2017 09:35:41,975 INFO [blah blah blah 500 characters of junk] Webservice call

becomes

12-07-2017 09:35:41,975 INFO Webservice call

Thanks!

krasa commented 6 years ago

duplicates https://github.com/krasa/GrepConsole/issues/66