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