structlog==26.1.0
# Structured Logging for Python
$ pip install structlog
downloads/wk
25,612,413
license
—
version
26.1.0
python
>=3.10
What is structlog?
structlog is a Python logging library that formats log messages as structured data (typically JSON) rather than plain text strings, making logs easier to parse, search, and analyze programmatically. Developers use it to add consistent context and metadata to logs, which improves debugging and monitoring in production systems where log aggregation tools need to process large volumes of data.
Links
Keywords
Dependencies (1)