Awesome-Python-Scripts/logpye_log4j_search
2019-10-02 20:47:38 +02:00
..
screenshot added logpye an easy to use log4j parser 2019-10-02 20:47:38 +02:00
logpye.py added logpye an easy to use log4j parser 2019-10-02 20:47:38 +02:00
README.md added logpye an easy to use log4j parser 2019-10-02 20:47:38 +02:00

script-logpye

help

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"