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=43655>. 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=43655 Summary: The example of additivity in the documentation isn't correct Product: Log4j Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] http://logging.apache.org/log4j/1.2/manual.html Now: security A-sec false A-sec No appender accumulation since the additivity flag is set to false. security.access none true A-sec Only appenders of "security" because the additivity flag in "security" is set to false. Should be: security A1, A-sec false A-sec Appenders of "security" and root. No appender accumulation since the additivity flag is set to false. security.access none true A-sec Only appenders of "security" because the additivity flag in "security" is set to false. -- 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]
