Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.1 KB

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.