Glassfish Log File Analysis

Can I get recommendations for a good log analysis software for Glassfish log files? Since it will not be very different from the application server to the application server, I assume that there is a common solution for all servers.

thank

+5
source share
3 answers

I agree with Lily.

I just started using OtrosLogviewer and wanted to split the custom .pattern file needed to parse GF logs. The following .pattern file works for GF 2.1.1 logs:

type=log4j
customLevels=SEVERE=FATAL,WARNING=WARN,CONFIG=INFO,FINE=DEBUG,FINER=TRACE,FINEST=TRACE,INFO=INFO
pattern=[#|TIMESTAMP|LEVEL|PROP(A)|CLASS|_ThreadID=PROP(B);_ThreadName=THREAD;|MESSAGE
dateFormat=yyyy-MM-dd'T'HH:mm:ss.SSSZZZZ
name=Glassfish Logfile
charset=UTF-8

The dump is higher in the file glassfish.patternin the Otros installation folder $olv-home\plugins\logimporters\.

, Otros, :

enter image description here

: http://code.google.com/p/otroslogviewer/issues/detail?id=97

: Java/Glassfish

+6
+5

Baretail may be an option.

+1
source

All Articles