Closed sawser2k2 closed 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!
duplicates https://github.com/krasa/GrepConsole/issues/66
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!