2024-02-27
- Feature: Support
ignore-tag-list
andignore-msg-list
configuration to ignore messages by defined
2020-08-13
- Fix: fix on the special timestamp format stackoverflow issue temporary
- Fix: fix decode utf-8 failed
2019-08-23
- Feature: Implement 'from' keyword from config yaml file means append rather than overwrite.
2019-01-11
- Fix: Fix wrong config field on the
log-line-regex
oradb-log-line-regex
from 'data' to the correct one 'date'
2018-06-26
- Fix: fix encode issue on python3 - by Ryfthink
2018-06-24
- Fix: some dvices adb lost connection, closes #9 - by Ryfthink
2018-05-24
- Feat: support 'from' keyword to let yml config file extends from exist yml file
2017-12-01
- Feat: support combine and parse multiple log-files once time
2017-11-17
- Fix: fix unicode decode error on setup on windows system closes #4
2017-10-10
- Feat: show tips instead of crash when user don't provide config-file name to parse log file. Closes #2
2017-09-27
- Fix: fix import file failed on python 3.x
2017-09-16
- Fix: missing parentheses in call to 'print' error occurred on python 3.x Closes #1
2017-09-04
- Feat: handle the case of adb connection is lost when using adb logcat
2017-09-03
- Enhance: print each line when it has been parsed immediately rather than waiting for parsing whole file to handle case of large log file
2017-09-1
- Fix: cover the case of there is no 'level' keyword on
log-line-regex
case. - Enhance: add
help
param on okcat, such asokcat help
. - Enhance: support
--hide-same-tags
param - Fix: output all log when
log-line-regex
can't parse - Fix: handle case of only message is valid
- Fix: fix print non-match content when the log can't match regex
- Fix: fix the default adb regex may wrong for some special case