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/02/21 19:48:01 UTC

[logging-log4j2] branch release-2.x updated: Log4j 1.2 bridge supports global threshold #764.

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 7b465eb  Log4j 1.2 bridge supports global threshold #764.
7b465eb is described below

commit 7b465ebd085ea577a12eb8c2ea49c5abf396b8ad
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Feb 21 14:47:59 2022 -0500

    Log4j 1.2 bridge supports global threshold #764.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index de061e6..d9bdc47 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -238,6 +238,9 @@
       <action issue="LOG4J2-3407" dev="ggregory" type="fix" due-to="Kenny MacLeod">
         Log4j 1.2 bridge Check for non-existent appender when parsing properties #761.
       </action>
+      <action issue="LOG4J2-3407" dev="ggregory" type="fix" due-to="Piotr P. Karwasz">
+        Log4j 1.2 bridge supports global threshold #764.
+      </action>
       <!-- ADD -->
       <action issue="LOG4J2-3297" dev="rgoers" type="add">
         Limit loading of configuration via a url to https by default.