You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/28 11:52:05 UTC

[logging-log4j2] 03/03: [LOG4J2-3647] Changelog

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

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

commit c870260f8a3970c40dd85f3a35c1d1829476473c
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Sat Jan 28 10:58:51 2023 +0100

    [LOG4J2-3647] Changelog
---
 ...dd_support_for_global_filters_to_LogBuilder.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/src/changelog/.2.x.x/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml b/src/changelog/.2.x.x/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml
new file mode 100644
index 0000000000..eff9ed70a9
--- /dev/null
+++ b/src/changelog/.2.x.x/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<entry type="fixed">
+  <issue id="LOG4J2-3647" link="https://issues.apache.org/jira/browse/LOG4J2-3647"/>
+  <author id="ppkarwasz"/>
+  <description format="asciidoc">Fixed `LogBuilder` filtering in the presence of global filters.</description>
+</entry>