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=32758>. 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=32758 Summary: AsyncAppender not working - no JoranConfigurator rule for appender-ref Product: Log4j Version: 1.3alpha Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Configurator AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] AsyncAppender is not getting <appender-ref> parameters set on it because there is no JoranConfigurator rule for appender-ref. I have added the following to JoranConfigurator.selfInitialize() in my local CVS build to fix it: rs.addRule(new Pattern("configuration/appender/appender-ref"), new AppenderRefAction()); -- 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]
