rename parsers, better journald integration
[logparse.git] / logparse / parsers /
2019-09-27 rename parsers, better journald integration masterorigin/master
2019-09-21 add parser-specific docs & rewrite sudo parser for...
2019-09-20 better log formatting and limit lines to 80 char
2019-09-19 add systemctl and ufw parsers, support for varying...
2019-09-16 bugfixing & add smbd_journald
2019-09-05 rework parser loading interface
2019-09-03 new parser class structure
2019-09-02 migrate configuration system to the stdlib ConfigParser
2019-08-30 bugfixing in config & add quiet mode
2019-08-30 add journald communication capability
2019-08-30 add parsers for memory info and system info
2019-08-30 add table implementation
2019-08-29 further bugfixing in parsers & clean up formatting.py
2019-08-28 bugfixing in parsers
2019-08-28 update parsers to new output model
2019-08-27 add plain text output capability
2019-08-26 finish initial plugin system, get email and other featu...
2019-08-25 fix bugs in interface & module loading
2019-06-08 major rewrite: segregate into modules and upgrade to...