This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records. WWW: https://github.com/madzak/python-json-logger
6 lines
266 B
Plaintext
6 lines
266 B
Plaintext
This library is provided to allow standard python logging to output log data as
|
|
json objects. With JSON we can make our logs more readable by machines and we
|
|
can stop writing custom parsers for syslog type records.
|
|
|
|
WWW: https://github.com/madzak/python-json-logger
|