Nginx error log parser.
This project provides a clean parsing of nginx error logs, produced by the
error_log
directive (not
access logs). The implementation is based on
this stackoverflow answer.
pip install nginx-error-log
MIT, see LICENSE.txt
.