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/19 14:03:31 UTC

[logging-log4j2] 12/13: Add Configurator.setLevel(Logger, Level) and setLevel(String, String).

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 bffff3cfe798637e0f4fc731e6325e20c141d55f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 19 09:02:56 2022 -0500

    Add Configurator.setLevel(Logger, Level) and setLevel(String, String).
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 57f0b23..c2fe0e9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -149,6 +149,9 @@
       <action issue="LOG4J2-3343" type="add" dev="mattsicker">
         Add ability to use exclusion pattern filter on Map Resolver keys.
       </action>
+      <action type="add" dev="ggregory" due-to="Gary Gregory">
+        Add Configurator.setLevel(Logger, Level) and setLevel(String, String).      
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="udpate" due-to="Dependabot">
         Bump mongodb3.version from 3.12.4 to 3.12.10 #605.