aboutsummaryrefslogtreecommitdiff
path: root/python/python3-json-logger/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-12-23 08:47:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 08:47:34 +0700
commitb93ea7b57528fd7f86a1a9d2e80d18f519869a44 (patch)
treee6cdc8024588ca3d57e77282e2bf46e82ac72bdb /python/python3-json-logger/README
parent511d8bee3bbcc4d0a90a9ddab2ec0c5bfef7d356 (diff)
python/python3-json-logger: Added (json log formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-json-logger/README')
-rw-r--r--python/python3-json-logger/README4
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 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.