Bugs item #2869447, was opened at 2009-09-28 21:45
Message generated for change (Comment added) made by bindul
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2869447&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: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Bindul Bhowmik (bindul)
Summary: log pattern does not work on local machine.

Initial Comment:
i tried log pattern & logs values as below... in simple.log file in
version--insight-ui-1.5.0
problem is that it works on the exe downloaded but when i try to build it
on local macine and run  then same log pattern does not work. shows log
pattern does not exits with path value.

%d{HH:mm:ss,SSS} [%t] %p [%c{3}] %x - %m%n

19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar
19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar
19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar


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

>Comment By: Bindul Bhowmik (bindul)
Date: 2011-01-25 23:40

Message:
Hello,

The pattern in the defect description above does not match the actual log
data. If you notice, the pattern is:
...[<category>]<space><NDC><space>-...

But the data is basically
...[<category>]<space>-...

The NDC is definitely optional, but the spaces surrounding it are not
(Insight at its core uses pattern matching). To parse these log messages,
one of the spaces around the NDC (depending on how the actual logging is
taking place) needs to be remove.

Rejecting the defect.

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

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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel

Reply via email to