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 31348a9 Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.
31348a9 is described below
commit 31348a9498acc11a2f1509e690f4e7470282e398
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 5 17:52:07 2022 -0500
Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5dde00f..0f1a6a8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,7 +90,10 @@
</action>
<action dev="ggregory" type="fix">
Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader.
- </action>
+ </action>
+ <action dev="ggregory" type="fix">
+ Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.
+ </action>
<!-- ADD -->
<!-- UPDATES -->
</release>