Help with Chainsaw v2 configuration. Receiver-log tab is missing in the chainsawWebStart gui.

2005-06-01 Thread Ami Thomasgaard
Hi! I've tried to follow the scenario described in http://www.codecomments.com/message1198937.htm . But when loading the configuration in Chainsaw v2 (chainsawWebStart) - either by including the URL to the log4j-receiver-sample.xml in the view-show or just by adding the socket/log file

RE: Help with Chainsaw v2 configuration. Receiver-log tab is missing in the chainsawWebStart gui.

2005-06-01 Thread Scott Deboy
Your A2 appender specifies patterns that will generate Location Info for the logging event. Chainsaw V2 can't currently process serialized events from log4j 1.2.x if they contain MDC or location info. The solution is to move the socket appender to the front of your list of appenders:

RE: Help with Chainsaw v2 configuration. Receiver-log tab is missing in the chainsawWebStart gui.

2005-06-01 Thread Scott Deboy
Forgot to change the order: log4j.rootCategory=DEBUG,Chainsaw,A2 -Original Message- From: Scott Deboy Sent: Wed 6/1/2005 10:52 AM To: Log4J Users List Cc: Subject:RE: Help with Chainsaw v2 configuration. Receiver-log tab is missing in the chainsawWebStart gui. Your

Re: Help with Chainsaw v2 configuration. Receiver-log tab is missing in the chainsawWebStart gui.

2005-06-01 Thread Ami Thomasgaard
Scott Deboy wrote: Forgot to change the order: log4j.rootCategory=DEBUG,Chainsaw,A2 [...] Thank you! Now it worked! Regards, Ami - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL