DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29227>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29227 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-23 15:03 ------- Note: In log4j 1.2 branch, there is currently no 'error' level internal logging. To minimize the amount of change, I'm proposing to make this a warn level internal event, and remove the stack trace. I plan to commit the following diff: Index: src/java/org/apache/log4j/net/SocketAppender.java =================================================================== --- src/java/org/apache/log4j/net/SocketAppender.java (revision 531299) +++ src/java/org/apache/log4j/net/SocketAppender.java (working copy) @@ -211,7 +211,7 @@ msg += " We will try again later."; fireConnector(); // fire the connector thread } - LogLog.error(msg, e); + LogLog.warn(msg); } } -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
