Revert "Added the new PKGBUILD for starfields-logparser."

This reverts commit b21df6a09e.
This commit is contained in:
2023-12-15 09:53:28 +02:00
parent b21df6a09e
commit c6d3a00d20
4 changed files with 95 additions and 5 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
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.
# TODO
[ ] generic parsers with a flexible parser collection that can be adjusted on the go