Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 478 Bytes

File metadata and controls

19 lines (13 loc) · 478 Bytes

LogsLop - Log Deduplication Tool

LogsLop is a log summarization tool that removes repeated messages from log files, enabling readers and agents to home in quickly on key message events.

Getting started

pip install logslop

Pipe repetitive log output through LogsLop:

journalctl --no-pager | logslop
your-command 2>&1 | logslop
logslop < your.log

Requires Python 3.8+. Run logslop --help for options (-t match threshold, -n max clusters).