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=37452>. 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=37452 Summary: ConsoleAppender is actually a SystemOutAppender or SystemErrAppender Product: Log4j Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Appender AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] BugsThisDependsOn: 31056 Since log4j version 1.2.12 ConsoleAppender always logs to System.out or System.err but not to the stream that was given to ConsoleAppender at the beginning of it's life cycle (normally stdout or stderr). To log errors that occur in third party libraries, we redirect all output to System.out and System.err to a stream that uses log4j as output. If ConsoleAppender is configured as a appender, this will result in stack overflows or out-of-memory-errors. See bug 31056, which was probably erroneously considered as a bug. -- 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]
