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:35 UTC

[logging-log4j2] 01/01: [LOG4J2-1631] Changelog

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

commit 151420f2d856b0a34735a0966220204bfc63d09f
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Jan 3 20:29:30 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index fb864aab2c..61cfac6632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1365,6 +1365,8 @@
             <exclude>**/fluent-bit.conf</exclude>
             <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>