logdissect
logdissect copied to clipboard
CLI utility and Python module for analyzing log files and other data.
Results
3
logdissect issues
Sort by
recently updated
recently updated
newest added
## Bug and solution if want to parse gz log file, the parser has some bugs. Exactly, the function parser_file() in parser/type.py, To sove this problem loglines = reversed(logfile.readlines()) ===>...