At 09:56 PM 3/16/2007, Jeff Drew wrote:
Hi Ceki,
Thanks for responding.
1. My application is multithreaded and has multiple logging subjects, but
only one RollingFileAppender for this log file. So approximately 30 threads
call logSubject1.info(), logSubject2.info(), etc. But these all use the
same appender.
That's not a problem.
2. I am using configureAndWatch set to 10000.
configureAndWatch has bug preventing its thread from being stopped. So, if
your application is recycled, then you will end up having multiple threads
each configuring log4j separately. I would guess that the problem will go
away as soon as you stop using configureAndWatch.
HTH,
Thanks
Jeff
--
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]