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/20 23:40:50 UTC

[logging-log4j2] branch release-2.x updated: Log4j 1.2 bridge uses the wrong file pattern for rolling file appenders #710.

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 2944917  Log4j 1.2 bridge uses the wrong file pattern for rolling file appenders #710.
2944917 is described below

commit 294491771a9a284aac96e3c1d620ebaea9af2f28
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 20 18:40:46 2022 -0500

    Log4j 1.2 bridge uses the wrong file pattern for rolling file appenders
    #710.
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea13e3b..de9d9cf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -142,6 +142,11 @@
       <action dev="ggregory" type="fix" due-to="Gary Gregory, Piotr P. Karwasz">
         Log4j 1.2 bridge throws ClassCastException when using SimpleLayout and others #708.
       </action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory, Piotr P. Karwasz">
+        Log4j 1.2 bridge uses the wrong file pattern for rolling file appenders #710. 
+      </action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory, Piotr P. Karwasz">
+      </action>
       <action dev="ggregory" type="fix">
         JndiManager reverts to 2.17.0 behavior: Read the system property for each call.
       </action>