Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 382 Bytes

humolog - Humanized MongoDB Logs

This script converts MongoDB 4.4+ JSON/"structured" logs to human-readable logs.

Usage

Basic usage:

humolog </path/to/mongod.log

humolog converts the JSON log to a plain text log using MongoDB 4.2 log format.

Requirements

This script requires Python 3 and has no dependencies besides the Python standard library.

License

MIT