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

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

Open
sferencik opened this issue Sep 30, 2016 · 1 comment
Open

Comments

@sferencik
Copy link

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).

@benburry
Copy link
Contributor

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

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