Nice catch. I changed the layout to org.apache.log4j.xml.XMLLayout and now the log files are being generated in a format that Chainsaw can comprehend. Thanks for all your help!
-----Original Message----- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 7:24 PM To: Log4J Users List Subject: Re: Help with setting up chainsaw with log4j Right, well here's your problem, it's not using the standard log4j XMLLayout, but a custom one. On 15/06/2005, at 12:19 PM, Oliver Pike wrote: > <layout class="com.brio.one.mgmt.logging.xml.XMLFileLayout"> You should consider duplicating (at least initially) one of the appender sections so that it creates an additional log file (use a different file name) but use the standard log4j XMLLayout class instead, that way Chainsaw (either version) can read the file. cheers, Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
