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=40378>. 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=40378 Summary: Chainsaw of log4j 1.2 does not show TRACE level Product: Log4j Version: 1.2 Platform: All OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: chainsaw AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Chainsaw included in log4j 1.2.13 does not allow to display TRACE messages because TRACE cannot be selected in the filter list. I still prefer to use this version to chainsaw v2 therefore I have used the following workaround: Change in org.apache.log4j.Priority the method getAllPossiblePriorities(): getAllPossiblePriorities() { return new Priority[] {Priority.FATAL, Priority.ERROR, Level.WARN, Priority.INFO, Priority.DEBUG, Level.TRACE}; } I do not know if this solution would harm any other components. Perhaps Level.OFF at the begin and Level.ALL as the last element could be used also. -- 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]
