python-json-logger

Package — LoggingPython 3.7+Intermediate

JSON formatter for Python's logging module

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install python-json-logger

Learn by Difficulty

Quick Example

python
# Install: pip install python-json-logger
import python_json_logger

# Basic python-json-logger usage
print(f"Using python-json-logger")
# See documentation for detailed examples

python-json-logger is a third-party package. JSON formatter for Python's logging module. Install with: pip install python-json-logger

Try in Playground

Tags

packageloggingmonitoringobservability