Nginx log parsing
I suspect that this library can also parse Nginx log files. Please correct me if I am wrong.
Actually, it can not. Apache and nginx uses different syntax for log format configuration. That configured log format is the key of this library. You simply copy format from config and you are ready to parse your logs. No need to write regular expressions, etc.
Back to nginx. As I said, this library doesn't support nginx log format and it probably wont.
Nginx is very popular. How about a fork: nginx-log-parser
Great idea. I see here is not so much work to do. Most of the code could be reused.
:+1: