This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 1628072 [LOG4J2-2337] Allow custom end-of-line with JsonLayout.
1628072 is described below
commit 1628072b24e0b5860a57992f3cc4ff956a1ea6e9
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 09:11:36 2019 -0400
[LOG4J2-2337] Allow custom end-of-line with JsonLayout.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d49869f..badd3dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,9 @@
<action issue="LOG4J2-2592" dev="ggregory" type="fix" due-to="Dávid
Kaya, Gary Gregory">
StackOverflowException when server not reachable with SocketAppender.
</action>
+ <action issue="LOG4J2-2337" dev="ggregory" type="add" due-to="Arvind
Sahare, Patrice Ferrot">
+ Allow custom end-of-line with JsonLayout.
+ </action>
</release>
<release version="2.11.2" date="2019-02-04" description="GA Release
2.11.2">
<action issue="LOG4J2-2500" dev="rgoers" type="fix">