You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/11/21 06:51:09 UTC

[logging-log4j2] branch master updated: LOG4J2-3114 - add changes.xml entry

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7e4046  LOG4J2-3114 - add changes.xml entry
f7e4046 is described below

commit f7e40462e8250f3fe6884bc9315ee483111ee916
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Nov 20 23:50:56 2021 -0700

    LOG4J2-3114 - add changes.xml entry
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index efb48d5..b904fa2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -2969,6 +2969,9 @@
       <action issue="LOG4J2-1384" dev="ggregory" type="update">
         Update Apache Commons CSV from 1.2 to 1.3.
       </action>
+      <action issue="LOG4J2-3114" dev="rgoers" type="fix" due-to="Barnabas Bodnar">
+        Enable immediate flush on RollingFileAppender when buffered i/o is not enabled.
+      </action>
       <action issue="LOG4J2-3168" dev="rgoers" type="fix" due-to="Benjamin Wöster">
         Fix bug when file names contain regex characters.
       </action>