From b93ea7b57528fd7f86a1a9d2e80d18f519869a44 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 23 Dec 2022 08:47:34 +0700 Subject: python/python3-json-logger: Added (json log formatter). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-json-logger/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-json-logger/README (limited to 'python/python3-json-logger/README') diff --git a/python/python3-json-logger/README b/python/python3-json-logger/README new file mode 100644 index 0000000000..b61318cd09 --- /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. -- cgit v1.2.3