A simple CLI utility for collecting statistics from your log s
pip install dlogs
It works from the command line
Analyze a single log file:
dlogs log/log_file.log
Analyze all logs in a directory:
dlogs logs/
Analyze multiple log files:
dlogs log/log_file.log log/log_file2.log
Analyze logs with specific handler:
dlogs log/ --report django
Analyze logs with specific file extension:
dlogs log/ --report django --suffix .log
Analyze logs with debug output:
dlogs log/ --report django --debug
Available options:
--report {django}
- specify the report type--suffix SUFFIX
- filter files by extension--debug
- enable debug output