Structured Logging in Python¶ Release v0.4.0 (What’s new?). 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. It’s licensed under Apache License, version 2, available from PyPI, the source code can be found on GitHub, the documentation