Bugs item #3506204, was opened at 2012-03-16 09:47
Message generated for change (Comment added) made by bindul
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: insight-ui
Group: insight-ui-1.5.1
Status: Open
>Resolution: Later
Priority: 9
Private: No
Submitted By: TSS (tss1983)
>Assigned to: Bindul Bhowmik (bindul)
Summary: Log4j PAttern [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recogn

Initial Comment:
Log4j pattern of my application [%d{ISO8601}][%-5p][%c{1}]: %m%n is not 
recognized by the Insight Tool.Can you please look into the issue ?Apart from 
that the tool works great!

----------------------------------------------------------------------

>Comment By: Bindul Bhowmik (bindul)
Date: 2012-03-16 12:12

Message:
Insight uses java.text.SimpleDateFormat to parse dates. Since
SimpleDateFormat does not accept ISO8601 as a pattern string, you will have
to change the format a bit when entering it in Insight preferences. For
example, you could use the format:
[%d{yyyy-MM-dd'T'HH:mm:ssz}][%-5p][%c{1}]: %m%n

You do not have to change your log4j configuration, just the Insight
preferences when arsing the log.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel

Reply via email to