You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Sunny Chan (JIRA)" <ji...@apache.org> on 2018/01/22 07:58:00 UTC

[jira] [Closed] (LOG4J2-2097) LogEventPatternConverter JSON implementation should replace newline with \n

     [ https://issues.apache.org/jira/browse/LOG4J2-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sunny Chan closed LOG4J2-2097.
------------------------------

> LogEventPatternConverter JSON implementation should replace newline with \n
> ---------------------------------------------------------------------------
>
>                 Key: LOG4J2-2097
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2097
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Layouts
>    Affects Versions: 2.9.1
>            Reporter: Sunny Chan
>            Priority: Trivial
>             Fix For: 2.10.0
>
>
> If you use %enc{%msg}{JSON} and do:
> log.info("Line 1\nLine 2")
> The message will encode as
> "Line 1\u000ALine 2"
> It would be nice if the JSON encoder would replace newline with \n, and if the code can recongize other special character would be even better



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)