Awesome-Python-Scripts/logpye_log4j_search/README.md
2019-10-02 20:47:38 +02:00

627 B

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"