No project description provided
Project description
JSON Log Viewer
A simple tool to extra JSON logs from files, merge them, and display them in an easy-to-read format.
Installation
pip install json-log-viewer
Usage
jlv <FILE1> <FILE2>
File Format
The script expects a file containing JSON objects, any other content will be ignored.
Each JSON object must contain the following fields:
level
a log level, any ofDEBUG
,INFO
,WARN
orERROR
message
the log messagetimestamp
the logs time stamp
Any additional fields are displayed as part of the log.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
json_log_viewer-0.1.2.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for json_log_viewer-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee5ded76aba44201e946f1c5676306636e9c75769f04aa58effa11ac2f718d3b |
|
MD5 | 0405612a5af7299ab15ccee0b88d7742 |
|
BLAKE2b-256 | a571cfdc670134d38f354e1e38023783f0af014caee55c935091918b01287cf8 |