Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T11:04:14.000Z (over 5 years ago)
- Last Synced: 2024-09-28T01:40:56.117Z (4 months ago)
- Topics: error, error-log, log, nginx, parser
- Language: Python
- Size: 16.6 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nginx-error-log
Nginx error log parser.[![License](https://img.shields.io/pypi/l/nginx-error-log.svg)](https://github.com/madsmtm/nginx-error-log/blob/master/LICENSE.txt)
![Supported Python Versions](https://img.shields.io/pypi/pyversions/nginx-error-log.svg)
![Implementations](https://img.shields.io/pypi/implementation/nginx-error-log.svg)
![Project Status](https://img.shields.io/pypi/status/nginx-error-log.svg)
[![Version](https://img.shields.io/pypi/v/nginx-error-log.svg)](https://pypi.org/project/nginx-error-log/)
[![Build Status](https://travis-ci.com/madsmtm/nginx-error-log.svg)](https://travis-ci.com/madsmtm/nginx-error-log)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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`.