diff options
Diffstat (limited to 'python/python3-json-logger/README')
-rw-r--r-- | python/python3-json-logger/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-json-logger/README b/python/python3-json-logger/README new file mode 100644 index 000000000000..b61318cd09a6 --- /dev/null +++ b/python/python3-json-logger/README @@ -0,0 +1,4 @@ +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. |