Hi,
I've ran in to a problem with an event that has a timestamp but also has another timestamp in the log itself.
For example;
17 Jun 2011 13:59:13,691 DEBUG com.message.MessageProcessor:96 - <EventPublishMessage>
<oId>123146341</oId>
<messageDate>2011-06-17 13:59:13.685 EST</messageDate>
<userId>console</userId>
<notes>None</notes>
</EventPublishMessage>
There are two events created,
the first being
17 Jun 2011 13:59:13,691 DEBUG com.message.MessageProcessor:96 - <EventPublishMessage>
<oId>123146341</oId>
<messageDate>
and the second
2011-06-17 13:59:13.685 EST</messageDate>
<userId>console</userId>
<notes>None</notes>
</EventPublishMessage>
Does anyone know how I can work around this problem?
Cheers,
Jason
... View more