Hello everyone,

I have a problem when using the RollingFileAppender: It seems that not all log statements get written to the file. I noticed this, because if I follow the execution of my program (it's multithreaded) and compare it with the log some logging statements that should be written along its path of execution are missing. It's like a() calls b() calls c() and the logging outputs from b() are missing. I only log with debug level, so it's not a configuration problem. Is there an explanation for this strange behavior or a way to fix it?

thanks a lot!

Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to