Skip to content

madsmtm/nginx-error-log

Repository files navigation

nginx-error-log

Nginx error log parser.

License Supported Python Versions Implementations Project Status Version Build Status Code style: black

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.

Installation

pip install nginx-error-log

License

MIT, see LICENSE.txt.