major rewrite: segregate into modules and upgrade to Python 3
authorAndrew Lorimer <andrew@charles.cortex>
Sat, 8 Jun 2019 12:11:11 +0000 (22:11 +1000)
committerAndrew Lorimer <andrew@charles.cortex>
Sat, 8 Jun 2019 12:11:11 +0000 (22:11 +1000)
commit4944c22...6eb366988452d5e54164d3023c87abca
treefc8eb48...4a4b1e75159215d238d09a5509f13d50copy hash to clipboard (tree)
parent7ba4ffc...95a3143a80475df2cb615a5e4a0032ddcopy hash to clipboard (diff)
23 files changed:
README.md
header.html
logparse.py [deleted file]
logparse.yaml [deleted file]
logparse/__init__.py [new file with mode: 0644]
logparse/__main__.py [new file with mode: 0644]
logparse/config.py [new file with mode: 0644]
logparse/formatting.py [new file with mode: 0644]
logparse/interface.py [new file with mode: 0644]
logparse/logio.py [new file with mode: 0644]
logparse/mail.py [new file with mode: 0644]
logparse/parsers/__init__.py [new file with mode: 0644]
logparse/parsers/cron.py [new file with mode: 0644]
logparse/parsers/httpd.py [new file with mode: 0644]
logparse/parsers/load_parsers.py [new file with mode: 0644]
logparse/parsers/postfix.py [new file with mode: 0644]
logparse/parsers/smbd.py [new file with mode: 0644]
logparse/parsers/sshd.py [new file with mode: 0644]
logparse/parsers/sudo.py [new file with mode: 0644]
logparse/parsers/temperature.py [new file with mode: 0644]
logparse/parsers/zfs.py [new file with mode: 0644]
logparse/util.py [new file with mode: 0644]
setup.py [new file with mode: 0644]