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 2020/08/16 00:02:38 UTC

[logging-log4j2] 02/03: LOG4J2-2892 - Allow GelfLayout to produce newline delimited events

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

commit e2ec23eea75d6e0b53dd958ca1534fb338f83635
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Aug 15 17:01:18 2020 -0700

    LOG4J2-2892 - Allow GelfLayout to produce newline delimited events
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 961609b..927c50c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -181,6 +181,9 @@
       </action>
     </release>
     <release version="2.14.0" date="2020-MM-DD" description="GA Release 2.14.0">
+      <action issue="LOG4J2-2892" dev="rgoers" type="update" due-to="Jakub Lukes">
+        Allow GelfLayout to produce newline delimited events.
+      </action>
       <action issue="LOG4J2-2906" dev="rgoers" type="fix" due-to="Stephen Joyner">
         Fix UnsupportedOperationException when initializing the Log4j2CloudConfigLoggingSystem.
       </action>