commit 1c21611b01f6a7ce225dd3dd6413cc1367e4e1ac Author: Pelagic Date: Fri Dec 8 14:46:04 2023 +0200 Added the README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..23c8c9b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +We wanted a very flexible python library with which we could parse any log file with any format. +# Differences with the fully fledged log parsers +Instead of coming with an incomplete amount of parsers for specific services we wanted a few lifecycle hooks from which to parse arbitrary log files. +There is no default reporting from this library, for that a few lifecycle hooks are offered for you to extract the accumulated data.