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/03 21:29:33 UTC

[logging-log4j2] 03/03: [LOG4J2-1631] 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 7543bf2370cc76720dd7e3ae13b63ec435a9e0dd
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Jan 3 20:29:30 2023 +0100

    [LOG4J2-1631] Changelog
---
 pom.xml                                                           | 1 +
 .../.2.x.x/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml    | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index c339976f9f..9510be00de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1465,6 +1465,7 @@
             <exclude>**/rabbitmq.config</exclude>
             <exclude>**/MANIFEST.MF</exclude>
             <exclude>.surefire-*</exclude>
+            <exclude>src/changelog/**</exclude>
           </excludes>
         </configuration>
         <executions>
diff --git a/src/changelog/.2.x.x/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml b/src/changelog/.2.x.x/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml
new file mode 100644
index 0000000000..54e09e7e5f
--- /dev/null
+++ b/src/changelog/.2.x.x/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml
@@ -0,0 +1,8 @@
+<entry type="fixed">
+  <issue id="LOG4J2-1631" link="https://issues.apache.org/jira/browse/LOG4J2-1631"/>
+  <author id="pkarwasz"/>
+  <author name="Danas Mikelinskas"/>
+  <description format="asciidoc">
+    Add support for timezones in `RollingFileAppender` date pattern.
+  </description>
+</entry>