I captured where the file name and such is getting changed. How can I 'prevent' this from happening to my pgm?
Thread "Thread-9"@2548 status: RUNNING reset():303, org.apache.log4j.FileAppender close():195, org.apache.log4j.WriterAppender removeAllAppenders():132, org.apache.log4j.helpers.AppenderAttachableImpl removeAllAppenders():879, org.apache.log4j.Category parseCategory():594, org.apache.log4j.PropertyConfigurator configureRootCategory():500, org.apache.log4j.PropertyConfigurator doConfigure():406, org.apache.log4j.PropertyConfigurator doConfigure():307, org.apache.log4j.PropertyConfigurator configure():315, org.apache.log4j.PropertyConfigurator <init>():93, com.fatwire.ca.extractor.Extractor getInstance():39, com.fatwire.ca.extractor.Extractor run():160, com.fatwire.ca.extractor.ExtractionManager$ExtractorThread -----Original Message----- From: Peake, Chris Sent: Tuesday, April 20, 2004 11:27 AM To: [EMAIL PROTECTED] Subject: Messages getting redirected to non related log file I have a program that logs messages to the console and a file using the correct appenders. Works great, until I call a 3rd party tool that seems to be co-opting my logger somehow. As soon as that program is encountered, ALL MY messages start going to his log file and no longer to MY logfile. My appenders are all named differently. I can't seem to find the root cause. I've tried various releases of log4j. Any ideas? thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
