My colleague from JetMinds, Jiri Kratochvil, recently showed me a useful tool for viewing logs called LogMX.
LogMX is universal log viewer tool with nice and powerful graphical interface, where you can display log and trace files content and allows you to filters on levels (e.g. INFO, WARNING, …) and include/exclude classes and/or packages. LogMX was designed to read all log and trace formats from local or even remote files.
As we do a lot of Vendavo development in JetMinds, I obviously wanted to test it first on vendavo log file, as this is the most common log file I inspect. I found that before you can display vendavo log file, you need to do a bit of preparation first.
To test it you will need to configure a parser:
- Tools \ Options
- Click on Add Parser
- Enter Parser name – e.g. Vendavo default log parser
- Select Log4j pattern Parser tab
- Enter Log4j pattern: %d{MM-dd-yy:HH:mm:ss} [%t] %-5p %3c – %m%n (or other, as specified in you config.properties file).
- Click OK
- Open vendavo log file – LogMX should parse the log file now

That’s all.
Thank Milan this will help a lot with reading logs.
To se mi líbíTo se mi líbí