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

[logging-log4j2] branch master updated (cd30a5c -> 7e97246)

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

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


    from cd30a5c  LOG4J2-2906 - document changes
     add fd02df6  LOG4J2-2892 - Add support for newline delimited messages in GelfLayout
     add 295940c  Better tests for newline and null delimiters in GelfLayoutTest
     new dcad4a8  Merge branch 'LOG4J2-2892' of https://github.com/jakluk/logging-log4j2 into jakluk-LOG4J2-2892
     new e2ec23e  LOG4J2-2892 - Allow GelfLayout to produce newline delimited events
     new 7e97246  Merge branch 'jakluk-LOG4J2-2892'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../logging/log4j/core/layout/GelfLayout.java      | 30 ++++++++++++++++++---
 .../logging/log4j/core/layout/GelfLayoutTest.java  | 31 ++++++++++++++++------
 src/changes/changes.xml                            |  3 +++
 3 files changed, 53 insertions(+), 11 deletions(-)


[logging-log4j2] 01/03: Merge branch 'LOG4J2-2892' of https://github.com/jakluk/logging-log4j2 into jakluk-LOG4J2-2892

Posted by rg...@apache.org.
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 dcad4a847d9de140b676b932d733a159b06d70d9
Merge: cd30a5c 295940c
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Aug 15 16:57:51 2020 -0700

    Merge branch 'LOG4J2-2892' of https://github.com/jakluk/logging-log4j2 into jakluk-LOG4J2-2892

 .../logging/log4j/core/layout/GelfLayout.java      | 30 ++++++++++++++++++---
 .../logging/log4j/core/layout/GelfLayoutTest.java  | 31 ++++++++++++++++------
 2 files changed, 50 insertions(+), 11 deletions(-)


[logging-log4j2] 03/03: Merge branch 'jakluk-LOG4J2-2892'

Posted by rg...@apache.org.
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 7e97246005ebaf25d4495eee96fe8b8f61811f32
Merge: cd30a5c e2ec23e
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Aug 15 17:02:16 2020 -0700

    Merge branch 'jakluk-LOG4J2-2892'

 .../logging/log4j/core/layout/GelfLayout.java      | 30 ++++++++++++++++++---
 .../logging/log4j/core/layout/GelfLayoutTest.java  | 31 ++++++++++++++++------
 src/changes/changes.xml                            |  3 +++
 3 files changed, 53 insertions(+), 11 deletions(-)


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

Posted by rg...@apache.org.
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>