https://github.com/madsmtm/nginx-error-log
Nginx error log parser
https://github.com/madsmtm/nginx-error-log
error error-log log nginx parser
Last synced: 3 months ago
JSON representation
Nginx error log parser
- Host: GitHub
- URL: https://github.com/madsmtm/nginx-error-log
- Owner: madsmtm
- License: mit
- Created: 2019-02-04T16:19:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:35:27.000Z (6 months ago)
- Last Synced: 2025-02-01T14:14:00.766Z (3 months ago)
- Topics: error, error-log, log, nginx, parser
- Language: Python
- Size: 17.6 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nginx-error-log
Nginx error log parser.[](https://github.com/madsmtm/nginx-error-log/blob/master/LICENSE.txt)



[](https://pypi.org/project/nginx-error-log/)
[](https://travis-ci.com/madsmtm/nginx-error-log)
[](https://github.com/ambv/black)This project provides a clean parsing of nginx error logs, produced by the
[`error_log`](https://nginx.org/en/docs/ngx_core_module.html#error_log) directive (not
access logs). The implementation is based on
[this](https://stackoverflow.com/a/26125951) stackoverflow answer.## Installation
```sh
pip install nginx-error-log
```## License
MIT, see `LICENSE.txt`.