[
https://issues.apache.org/jira/browse/LOG4J2-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906616#comment-16906616
]
ASF subversion and git services commented on LOG4J2-2673:
---------------------------------------------------------
Commit 581b2506a2a1743c7bb4707bde7d7bd6701555a4 in logging-log4j2's branch
refs/heads/master from Gary Gregory
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=581b250 ]
[LOG4J2-2673] OutputStreamAppender.Builder ignores setFilter().
Also allow a null output stream for convenience instead of an NPE.
> OutputStreamAppender.Builder ignores setFilter()
> ------------------------------------------------
>
> Key: LOG4J2-2673
> URL: https://issues.apache.org/jira/browse/LOG4J2-2673
> Project: Log4j 2
> Issue Type: Bug
> Components: API
> Affects Versions: 2.12.1
> Reporter: Yuichi Sugimura
> Assignee: Gary Gregory
> Priority: Trivial
>
> in OutputStreamAppender.java
> ----------------------------------------
> public static class Builder<B extends Builder<B>> extends
> AbstractOutputStreamAppender.Builder<B>
> implements
> org.apache.logging.log4j.core.util.Builder<OutputStreamAppender> {
> private Filter filter; <----------- This one is always null, even
> using setFilter()
> private boolean follow = false;
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)