Chainsaw: help needed!

2006-01-11 Thread Bincoletto Luca
We used Chainsaw v2 through Java Web Start to see logs (sent by java.util.logging) and we encountered some problems. We defined a XMLSocketReceiver with org.apache.log4j.xml.UtilLoggingXMLDecoder as the decoder. If we send to this receiver logs from two different applications we see all logs from o

please unsubscribe

2006-01-11 Thread Andy Ellixson
unsubscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Chainsaw: help needed!

2006-01-11 Thread Scott Deboy
Log4j and Chainsaw have moved from CVS to Subversion - see: http://logging.apache.org/site/repositories.html If you only run one application at a time, do you receive all events from each application? You may want to define two separate XMLSocketReceivers in Chainsaw, on different ports, and co

Re: Please help (syslog)

2006-01-11 Thread James Stauffer
I don't use a properties file so I am not positive on how to do it but I think it would be something like the following: log4j.rootLogger=INFO, logfile log4j.logger.notify=INFO, syslog You will probably want to turn additivity off for the notify logger so that those logs don't get to the rootLogge