https://github.com/nhairs/python-json-logger
JSON Formatter for Python Logging
https://github.com/nhairs/python-json-logger
python python-logging
Last synced: 2 months ago
JSON representation
JSON Formatter for Python Logging
- Host: GitHub
- URL: https://github.com/nhairs/python-json-logger
- Owner: nhairs
- License: bsd-2-clause
- Created: 2024-03-08T04:17:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T04:14:21.000Z (3 months ago)
- Last Synced: 2025-10-13T11:05:54.419Z (2 months ago)
- Topics: python, python-logging
- Language: Python
- Homepage: https://nhairs.github.io/python-json-logger/
- Size: 1.45 MB
- Stars: 182
- Watchers: 6
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/python-json-logger/)
[](https://pypi.python.org/pypi/python-json-logger/)
[](https://pypi.python.org/pypi/python-json-logger/)
[](https://github.com/nhairs/python-json-logger)
[](https://github.com/nhairs/python-json-logger)

#
# Python JSON Logger
Python JSON Logger enables you produce JSON logs when using Python's `logging` package.
JSON logs are machine readable allowing for much easier parsing and ingestion into log aggregation tools.
## Documentation
- [Documentation](https://nhairs.github.io/python-json-logger/latest/)
- [Quickstart Guide](https://nhairs.github.io/python-json-logger/latest/quickstart/)
- [Change Log](https://nhairs.github.io/python-json-logger/latest/changelog/)
- [Contributing](https://nhairs.github.io/python-json-logger/latest/contributing/)
## License
This project is licensed under the BSD 2 Clause License - see [`LICENSE`](https://github.com/nhairs/python-json-logger/blob/main/LICENSE)
## Authors and Maintainers
This project was originally authored by [Zakaria Zajac](https://github.com/madzak) and our wonderful [contributors](https://github.com/nhairs/python-json-logger/graphs/contributors)
It is currently maintained by:
- [Nicholas Hairs](https://github.com/nhairs) - [nicholashairs.com](https://www.nicholashairs.com)