This is an automated email from the ASF dual-hosted git repository.
rgoers 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 9bb3f8d LOG4J2-1103 - FailoverAppender was failing with ERROR
appender Failover has no parameter that matches element Failovers
9bb3f8d is described below
commit 9bb3f8d187ea518dce4ea2e85635f60047864079
Author: Ralph Goers <[email protected]>
AuthorDate: Sun May 12 22:20:03 2019 -0700
LOG4J2-1103 - FailoverAppender was failing with ERROR appender Failover has
no parameter that matches element Failovers
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7b620a8..6d21b70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
- "remove" - Removed
-->
<release version="2.12.0" date="2019-MM-DD" description="GA Release
2.12.0">
+ <action issue="LOG4J2-1103" dev="rgoers" type="fix" due-to="Seán Dunne">
+ FailoverAppender was failing with ERROR appender Failover has no
parameter that matches element Failovers.
+ </action>
<action issue="LOG4J2-2602" dev="rgoers" type="fix">
Update file time when size based triggering policy is used without a
time-based triggering policy.
</action>