We were running into this problem and are switching to Socketappenders, so that we can move the logging onto another machine, and then we wrote a tiny threaded application that listens on that port and then logs all information using the rolling file appender.
Trent -----Original Message----- From: Néstor Boscán [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 9:24 AM To: [email protected] Subject: Log4J blocking on heavy load Hi I'm working with Log4J on a heavy load application and we're using it for performance, debug and error information. All our loggers are using RollingFileAppender and we generate a lot of logging information. Our application is running very slow and after a profiling test we discovered that Log4J was blocking the threads. I've read about this problem in some web sites but none give a clear solution to the problem. Anyone has succesfully resolved this problem?. What options do I have? Regards, Néstor Boscán --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
