logster icon indicating copy to clipboard operation
logster copied to clipboard

The default error log format has changed; the parser isn't getting it

Open sferencik opened this issue 8 years ago • 1 comments

The default format of the error log has changed from something like [Thu May 12 08:28:57.652118 2011] [error] ... to [Thu May 12 08:28:57.652118 2011] [core:error] ...

Note the new module info. The ErrorLogLogster parser should be extended to understand this (i.e. probably ignore the module and successfully extract the severity).

sferencik avatar Sep 30 '16 09:09 sferencik

Thanks for identifying this issue.

Would you feel comfortable submitting a pull request against ErrorLogLogster.py with the fix? It should be possible to alter the regular expression to support both old and new formats

benburry avatar Oct 15 '16 13:10 benburry