mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
.. | ||
screenshot | ||
logpye.py | ||
README.md |
script-logpye
usage
- -h/--help : displays help in picture above
- -f/--file : points to log file(is required)
- -as/--asciisearch : ascii text search, searches for a string in the log element
- -rs/--regexsearch : regex search, input valid regex to search for in log element
- -fe/--frontend : edit frontend printing this has to be valid python for now
###example
python logpye.py -f core.log -as joystick
python logpye.py -f core.log -rx "\bjoystick\b.*?\botn-inst01\b"
python logpye.py -f core.log -as fathom -fe "error_level, logger, message, timestamp, thread"