cebaa84f5c
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.
3 lines
214 B
Text
3 lines
214 B
Text
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.
|