You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/12/16 13:35:53 UTC

[jira] Created: (CAMEL-2295) ExceptionHandler - Let it be able to log additional information such as a custom message or current exchange

ExceptionHandler - Let it be able to log additional information such as a custom message or current exchange
------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2295
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2295
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.1.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.2.0


This will output better exceptions in the logs when using the default exception handler which just logs it.

The ExceptionHandler is used in consumers (polling, event driven) which cant send the exception back to a client and thus must handle it somehow
and best shot is to log it, but you can plugin your own handler if you like

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2295) ExceptionHandler - Let it be able to log additional information such as a custom message or current exchange

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2295.
--------------------------------

    Resolution: Fixed

trunk: 891253.

> ExceptionHandler - Let it be able to log additional information such as a custom message or current exchange
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2295
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2295
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> This will output better exceptions in the logs when using the default exception handler which just logs it.
> The ExceptionHandler is used in consumers (polling, event driven) which cant send the exception back to a client and thus must handle it somehow
> and best shot is to log it, but you can plugin your own handler if you like

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.