You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: