5 lines
429 B
Markdown
5 lines
429 B
Markdown
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.
|