This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 188a2cc [LOG4J2-3281] PropertiesConfiguration.buildAppender not
adding filters to custom appender.
188a2cc is described below
commit 188a2cc6da4c31d7e700aa11e428f13909e9c66c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 31 09:58:05 2021 -0500
[LOG4J2-3281] PropertiesConfiguration.buildAppender not adding filters
to custom appender.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2a659b1..6989a12 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@
<action dev="ggregory" type="fix">
Log4j 1.2 bridge missing class org.apache.log4j.or.RendererMap.
</action>
+ <action dev="ggregory" type="fix" issue="LOG4J2-3281">
+ PropertiesConfiguration.buildAppender not adding filters to custom
appender.
+ </action>
</release>
<release version="2.17.1" date="2021-12-27" description="GA Release
2.17.1">
<!-- FIXES -->