mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
4 lines
214 B
Plaintext
4 lines
214 B
Plaintext
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.
|