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/25 19:48:47 UTC

[logging-log4j2] branch release-2.x updated: Missing changelog entries

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

pkarwasz 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 7313ca5af0 Missing changelog entries
7313ca5af0 is described below

commit 7313ca5af08212c733ed5eb5b279fdba912b3eda
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Wed Jan 25 20:48:19 2023 +0100

    Missing changelog entries
---
 .../.2.x.x/1202_disableAnsi_spurious_warning.xml   | 26 ++++++++++++++++++++++
 ...645_improve_logbuilder_traceEntry_traceExit.xml | 22 ++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/src/changelog/.2.x.x/1202_disableAnsi_spurious_warning.xml b/src/changelog/.2.x.x/1202_disableAnsi_spurious_warning.xml
new file mode 100644
index 0000000000..e26f90fec7
--- /dev/null
+++ b/src/changelog/.2.x.x/1202_disableAnsi_spurious_warning.xml
@@ -0,0 +1,26 @@
+<?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="1202" link="https://github.com/apache/logging-log4j2/pull/1202"/>
+  <author id="wleese"/>
+  <author id="ppkarwasz"/>
+  <description format="asciidoc">
+    Eliminate status logger warning, when `disableAnsi` or `noConsoleNoAnsi` is
+    used the style and highlight patterns.
+  </description>
+</entry>
diff --git a/src/changelog/.2.x.x/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.xml b/src/changelog/.2.x.x/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.xml
new file mode 100644
index 0000000000..90c60a8d30
--- /dev/null
+++ b/src/changelog/.2.x.x/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.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="added">
+  <issue id="LOG4J2-3645" link="https://issues.apache.org/jira/browse/LOG4J2-3645"/>
+  <author id="ppkarwasz"/>
+  <description format="asciidoc">Add a `LogBuilder#logAndGet()` method to emulate the `Logger#traceEntry` method.</description>
+</entry>