Python JSON Logger enables you produce JSON logs when using Python's logging package. JSON logs are machine readable allowing for much easier parsing and ingestion into log aggregation tools.
Supports pure json files Supports multiple json objects in a file, delimited by newlines (/n) Supports gzipped files Supports customizabile filters Supports pure datetime range filters See ...