meydrew / otroslogviewer

Automatically exported from code.google.com/p/otroslogviewer
0 stars 0 forks source link

Missed row #253

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
GlassFish.pattern

type=log4j
customLevels=SEVERE=FATAL,WARNING=WARN,CONFIG=INFO,FINE=DEBUG,FINER=TRACE,FINEST
=TRACE,INFO=INFO
pattern=[#|TIMESTAMP|LEVEL|PROP(ProductName-Version)|LOGGER|_ThreadID=PROP(Threa
dID);_ThreadName=THREAD;PROP(Properties);|MESSAGE|#]
dateFormat=yyyy-MM-dd'T'HH:mm:ss.SSSZ
name=GlassFish logger
charset=UTF-8

What is the expected output? What do you see instead?

Date:    2012-03-20 13:10:03.287
Class:   ?
Method:  ?
Level:    INFO
Thread: httpSSLWorkerThread-8080-4
File: ?:?
Logger name: ru.mts.esb.gsoengine.wfrequesthandler.PushRequest
Properties:
ProductName-Version=sun-appserver2.1
ThreadID=64
Properties=5;14
Message: [pushRequestInQueue][stop_send_jms][count_requests=5][time_send_jms=

[#|2012-03-20T12:10:03.287+0300|INFO|sun-appserver2.1|ru.mts.esb.gsoengine.wfreq
uesthandler.PushRequest|_ThreadID=64;_ThreadName=httpSSLWorkerThread-8080-4;|[St
op process pushRequestInQueue]|#]

[#|2012-03-20T12:10:03.861+0300|INFO|sun-appserver2.1|ru.mts.esb.gsoengine.wfreq
uesthandler.PushRequest|_ThreadID=40;_ThreadName=httpSSLWorkerThread-8080-97;|[S
tart process checkTimeout]|#]
Marked: false

What version of the product are you using? On what operating system?
Build 2013-01-24 

Please provide any additional information below.
snook1986@gmail.com

What's wrong? Why otroslogviewer missed row?

Original issue reported on code.google.com by Snook1...@gmail.com on 15 Apr 2013 at 2:03