Skip to content

amd/logslop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages