
Structlog makes structured logging in Python easy by augmenting your existing logger. It allows you to split your log entries up into key/value pairs and build them incrementally without annoying boilerplate code.
The output format is just as flexible and structlog comes with support for JSON, logfmt, as well as pretty console output out-of-the-box.
This package installs the library for Python 3.