You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/05 22:54:57 UTC

[logging-log4j2] 02/02: Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.

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

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

commit 3f3de4c562e53568c453819fa852eb8c9216eb1c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 5 17:54:51 2022 -0500

    Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 51c38c7..1bb231d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -233,6 +233,9 @@
       <action dev="ggregory" type="fix">
         Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader.
       </action>
+      <action dev="ggregory" type="fix">
+        Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.
+      </action>
     </release>
     <release version="2.17.1" date="2021-MM-DD" description="GA Release 2.17.1">
       <action issue="LOG4J2-3292" dev="ckozak" type="fix">