You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/01/30 15:55:39 UTC

[jira] [Created] (CAMEL-9551) ErrorHandler - Should not log message body by default

Claus Ibsen created CAMEL-9551:
----------------------------------

             Summary: ErrorHandler - Should not log message body by default
                 Key: CAMEL-9551
                 URL: https://issues.apache.org/jira/browse/CAMEL-9551
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.17.0


Related to ticket: CAMEL-9539	

The error handler will log exhausted exchanges with stacktrace and exchange message body/header details. We should turn the latter off, so they are not logged by default.

This helps to avoid logging message details that may be sensitive. And do that by default.

People can turn on the old behavior with the new logExhaustedMessageBody option. Which logs all the message exchange/body details as before (also headers).





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)