You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/05/13 05:20:46 UTC

[logging-log4j2] 02/02: LOG4J2-1103 - FailoverAppender was failing with ERROR appender Failover has no parameter that matches element Failovers

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 05fb29723a674ba2501eae0909b1a71a7c352e01
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun May 12 22:20:28 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 53de4b5..fb20d48 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -390,6 +390,9 @@
       </action>
     </release>
     <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>