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/slack-desc | |
| 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/slack-desc')
| -rw-r--r-- | python/python3-json-logger/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-json-logger/slack-desc b/python/python3-json-logger/slack-desc new file mode 100644 index 0000000000..9ccbe4fccb --- /dev/null +++ b/python/python3-json-logger/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-json-logger: python3-json-logger (json log formatter) +python3-json-logger: +python3-json-logger: This library is provided to allow standard python logging to output +python3-json-logger: log data as json objects. With JSON we can make our logs more +python3-json-logger: readable by machines and we can stop writing custom parsers for +python3-json-logger: syslog type records. +python3-json-logger: +python3-json-logger: +python3-json-logger: +python3-json-logger: +python3-json-logger: |
