Search found 2 matches

by Paska
Wed Oct 07, 2009 8:29 am
Forum: Using LogMX
Topic: Can't setup log4j parser for plain text logs
Replies: 2
Views: 5200

Hello, The pattern you gave to LogMX should not contain "org.apache.log4j.PatternLayout=", so you just have to replace: org.apache.log4j.PatternLayout="%d{HH:mm:ss,SSS}: %-5p [%t:%c] %m%n with %d{HH:mm:ss,SSS}: %-5p [%t:%c] %m%n and it should works! (I've tested this pattern with LogMX v1.3.3 and i...
by Paska
Tue Oct 06, 2009 10:51 am
Forum: Using LogMX
Topic: Can't setup log4j parser for plain text logs
Replies: 2
Views: 5200

Can't setup log4j parser for plain text logs

Hi! I'm trying to set up log4j parser for plain text log4j log files, here is an example of the log: 09:02:09,916: WARN [EventQueue-0:CommonUtils] System property "nms.home" is not defined, using default. 09:02:09,963: DEBUG [Worker-1:com.company1.SnmpSession] SnmpSession(peer=192.0.0.251) - start C...