Skip to content

Commit 7d9594b

Browse files
committed
Update readme.md
Reminder to experiment with logparser
1 parent cd5c9ba commit 7d9594b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## My Python Logging Reminders
22
[![](https://tokei.rs/b1/github/mccright/PythonLoggingExamples)](https://github.com/mccright/PythonLoggingExamples)
3+
logpai/logparser
34

45
These examples are just reminders/demonstrations to help me get started on any given python script.
56

@@ -44,7 +45,8 @@ That said, `tryloguru/LogTestLoGuru.py` requires `pip3 install loguru --user`.
4445
See some ideas at: [https://github.com/mccright/rand-notes/blob/master/Application-Logging.md](https://github.com/mccright/rand-notes/blob/master/Application-Logging.md)
4546

4647
### Explore later
47-
48+
* Try logparser from [LOGPAI/Log Analytics Powered by AI](https://github.com/logpai): [https://github.com/logpai/logparser](https://github.com/logpai/logparser)
49+
>Logparser provides a machine learning toolkit and benchmarks for automated log parsing, which is a crucial step for structured log analytics. By applying logparser, users can automatically extract event templates from unstructured logs and convert raw log messages into a sequence of structured events. The process of log parsing is also known as message template extraction, log key extraction, or log message clustering in the literature.
4850
* Try 'minilog' a minimalistic logging wrapper for Python.
4951
[https://github.com/jacebrowning/minilog](https://github.com/jacebrowning/minilog)
5052
* Try 'Python Quick Logging | QLogging', colored Python logging based on Python the logging package.

0 commit comments

Comments
 (0)