Kurt Lehrke created LOG4J2-244: ---------------------------------- Summary: RewriteAppender ignores the filter that's passed to it. Key: LOG4J2-244 URL: https://issues.apache.org/jira/browse/LOG4J2-244 Project: Log4j 2 Issue Type: Bug Components: Core Affects Versions: 2.0-beta6 Reporter: Kurt Lehrke
The RewriteAppender ignores the filter provided. It just passes null instead of adding the filter. It occurs on the line where the AppenderControl is added to the ConcurrentMap. Instead of passing null, it could just pass the reference to the filter that it already passes to the super class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org