Raul Kripalani created CAMEL-5699:
-------------------------------------

             Summary: LogFormatter throws a NPE when all elements are disabled
                 Key: CAMEL-5699
                 URL: https://issues.apache.org/jira/browse/CAMEL-5699
             Project: Camel
          Issue Type: New Feature
    Affects Versions: 2.10.1, 2.9.3
            Reporter: Raul Kripalani
             Fix For: 2.11.0


There are perfectly valid cases where you may want to output a log message with 
no elements displayed, i.e. with showExchangeId=false, showBody=false, etc.

For example, when you want to print a "signal" log line for a particular 
transaction and you're already using MDC logging with breadcrumbs enabled. You 
may already have all the info you need: logging category, severity, 
breadcrumbId. You are not interested in anything else.

Currently, disabling all elements leads to a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to