diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-23 08:47:34 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 08:47:34 +0700 |
| commit | b93ea7b57528fd7f86a1a9d2e80d18f519869a44 (patch) | |
| tree | e6cdc8024588ca3d57e77282e2bf46e82ac72bdb /python/python3-json-logger/README | |
| parent | 511d8bee3bbcc4d0a90a9ddab2ec0c5bfef7d356 (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/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 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. |
