[
https://issues.apache.org/jira/browse/CHUKWA-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerome Boulon updated CHUKWA-41:
--------------------------------
Status: Patch Available (was: Open)
out.info("test 1", new RuntimeException("my long exception \n line2", new
IOException("in IO exception")));
out.info("test 2");
out.info("test 3 with \n a new line here");
Output:
2009-03-25 11:16:14,803 INFO main Test1 - test 1^D
java.lang.RuntimeException: my long exception ^D
line2^D
at Test1.main(Test1.java:17)^D
Caused by: java.io.IOException: in IO exception^D
... 1 more
2009-03-25 11:16:14,827 INFO main Test1 - test 2
2009-03-25 11:16:14,827 INFO main Test1 - test 3 with ^D
a new line here
> ChukwaLog4jAppender does not escape \n for exception
> ----------------------------------------------------
>
> Key: CHUKWA-41
> URL: https://issues.apache.org/jira/browse/CHUKWA-41
> Project: Hadoop Chukwa
> Issue Type: Bug
> Reporter: Jerome Boulon
> Assignee: Jerome Boulon
> Priority: Blocker
> Attachments: CHUKWA-41.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.