DO NOT REPLY [Bug 51027] New: Stuck Thread due to lock contention with RollingFileAppender

2011-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51027 Summary: Stuck Thread due to lock contention with RollingFileAppender Product: Log4j Version: 1.2 Platform: HP OS/Version: Linux Status: NEW Severit

Re: Avoiding the unnecessary message build cost

2011-04-05 Thread Curt Arnold
See the LogMF or LogSF classes. LogMF used MessageFormat type format specifiers ("{1}") while LogSF uses SLF4J format specifiers ("{}") . varargs were introduced in Java 5 and have an unavoidable array construction/destruction expense even if the level is not reached. The LogMF and LogSF clas

DO NOT REPLY [Bug 51025] PropertyConfigurator does not properly set up ErrorHandler

2011-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51025 --- Comment #1 from graph 2011-04-05 17:20:02 EDT --- Created an attachment (id=26859) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26859) Update PropertyConfigurator to process errorhandler directives -- Configure bugmail:

DO NOT REPLY [Bug 51025] New: PropertyConfigurator does not properly set up ErrorHandler

2011-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51025 Summary: PropertyConfigurator does not properly set up ErrorHandler Product: Log4j Version: 1.2 Platform: All OS/Version: All Status: NEW Severity: