pylogsparser
pylogsparser copied to clipboard
Library for Log parsing in Python - get the documentation at http://wallix.github.com/pylogsparser/
We have our legacy application which runs on python 2.7. In application we are using this library. So we tried to use these libraries in 3.7 version. It gets installed,...
The below example pattern will generate a "redefinition of group name error". Further investigation shows that the fault is in 'get_uncompiled_regexp()' with the following line: regexp = regexp.replace(tag.substitute, named_group) this...
Following the description of the log available [in the documentation](https://github.com/openstack/swift/blob/master/swift/common/middleware/proxy_logging.py#L24).
http://httpd.apache.org/docs/2.2/logs.html#errorlog As it states it's free-form log, but still I'm able to parse date, source ip, severity level and, in some cases, referer. Added test cases to go with it.