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:37:52 UTC

[jira] Created: (CAMEL-2296) RedeliveryErrorHandler - Let it log a single ERROR line when exhausted so its easier to spot an exception

RedeliveryErrorHandler - Let it log a single ERROR line when exhausted so its easier to spot an exception
---------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2296
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2296
             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


Currently only the DeadLetterChannel logs an ERROR line when it moves a message to it.

The DefaultErrorHandler should do the same, its only logging a single line, and its not noisy as stracktrace is disabled to be logged by default.
End users can just set logging level to OFF for exhausted if they want this turned off.

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


[jira] Resolved: (CAMEL-2296) RedeliveryErrorHandler - Let it log a single ERROR line when exhausted so its easier to spot an exception

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

Claus Ibsen resolved CAMEL-2296.
--------------------------------

    Resolution: Fixed

trunk: 891253.

> RedeliveryErrorHandler - Let it log a single ERROR line when exhausted so its easier to spot an exception
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2296
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2296
>             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
>
>
> Currently only the DeadLetterChannel logs an ERROR line when it moves a message to it.
> The DefaultErrorHandler should do the same, its only logging a single line, and its not noisy as stracktrace is disabled to be logged by default.
> End users can just set logging level to OFF for exhausted if they want this turned off.

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