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/07 15:45:38 UTC

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

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

commit f943a1053eb3f6eedf8882ad9156a39fb7489f12
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 7 10:45:34 2022 -0500

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f58e3d7..2e35fb6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,9 @@
         Log4j 1.2 bridge methods Category.getChainedPriority() and getEffectiveLevel() should not be final.
       </action>
       <action dev="ggregory" type="fix">
+        Log4j 1.2 bridge adds org.apache.log4j.spi.NOPLoggerRepository and NOPLogger.
+      </action>
+      <action dev="ggregory" type="fix">
         JndiManager reverts to 2.17.0 behavior: Read the system property for each call.
       </action>
       <!-- ADD -->