[
https://issues.apache.org/jira/browse/LOG4J2-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906705#comment-16906705
]
Yuichi Sugimura commented on LOG4J2-2673:
-----------------------------------------
Thanks Gary.
> 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
> Fix For: 3.0.0, 2.13.0
>
>
> 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)