This is an automated email from the ASF dual-hosted git repository.
ggregory 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 58d96d0 [LOG4J2-2337] Allow custom end-of-line with JsonLayout.
58d96d0 is described below
commit 58d96d0e242eac260d5fe2317e54a6fc24332994
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 09:12:50 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 aa65c41..a73f951 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -399,6 +399,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="2018-MM-DD" description="GA Release
2.11.2">
<action issue="LOG4J2-2500" dev="rgoers" type="fix">