vy commented on code in PR #3045:
URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793313669


##########
log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutDefaults.java:
##########
@@ -93,7 +95,7 @@ public static String getStackTraceElementTemplateUri() {
     }
 
     public static String getEventDelimiter() {
-        return 
PROPERTIES.getStringProperty("log4j.layout.jsonTemplate.eventDelimiter", 
System.lineSeparator());
+        return 
PROPERTIES.getStringProperty("log4j.layout.jsonTemplate.eventDelimiter", 
LINE_SEPARATOR);

Review Comment:
   I was trying to eat our own dog food – it tastes horrible. In a follow-up 
PR, I will replace all references to `Constants.LINE_SEPARATOR` and deprecate 
the constant.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to