slackbuilds_ponce/python/python3-json-logger/README
Isaac Yu b93ea7b575 python/python3-json-logger: Added (json log formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-23 08:47:34 +07:00

4 lines
215 B
Text

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.