rename parsers, better journald integration
[logparse.git] / logparse / interface.py
2019-09-27 rename parsers, better journald integration masterorigin/master
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-08 update readme & docs
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-31 fix logrotate functionality
2019-08-30 bugfixing in config & add quiet mode
2019-08-30 add table implementation
2019-08-29 further bugfixing in parsers & clean up formatting.py
2019-08-27 add plain text output capability
2019-08-26 update setup.py to python 3, implement config file...
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...