You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Craig Muchinsky (JIRA)" <ji...@apache.org> on 2010/10/07 19:13:30 UTC

[jira] Created: (ARIES-443) Downgrade exception logging from error to debug within proxy Collaborator

Downgrade exception logging from error to debug within proxy Collaborator
-------------------------------------------------------------------------

                 Key: ARIES-443
                 URL: https://issues.apache.org/jira/browse/ARIES-443
             Project: Aries
          Issue Type: Improvement
          Components: Blueprint
    Affects Versions: 0.3
            Reporter: Craig Muchinsky
            Priority: Minor


Exception logging within the proxy Collaborator class is currently done at error level, however in many cases these exceptions are expected and shouldn't be cause for concern. Currently the only workaround is to turn off logging for Collaborator specifically. This is related to ARIES-442.

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


[jira] Resolved: (ARIES-443) Downgrade exception logging from error to debug within proxy Collaborator

Posted by "Valentin Mahrwald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Mahrwald resolved ARIES-443.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3

Committed changes in #1006143 and #1006144. For methods that throw a single exception all logging is done at debug. If interceptors add new exceptions, which leads to any previous exceptions being discarded, the discarded exceptions are logged at warning level. 

> Downgrade exception logging from error to debug within proxy Collaborator
> -------------------------------------------------------------------------
>
>                 Key: ARIES-443
>                 URL: https://issues.apache.org/jira/browse/ARIES-443
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>    Affects Versions: 0.3
>            Reporter: Craig Muchinsky
>            Assignee: Valentin Mahrwald
>            Priority: Minor
>             Fix For: 0.3
>
>
> Exception logging within the proxy Collaborator class is currently done at error level, however in many cases these exceptions are expected and shouldn't be cause for concern. Currently the only workaround is to turn off logging for Collaborator specifically. This is related to ARIES-442.

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


[jira] Assigned: (ARIES-443) Downgrade exception logging from error to debug within proxy Collaborator

Posted by "Valentin Mahrwald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Mahrwald reassigned ARIES-443:
---------------------------------------

    Assignee: Valentin Mahrwald

> Downgrade exception logging from error to debug within proxy Collaborator
> -------------------------------------------------------------------------
>
>                 Key: ARIES-443
>                 URL: https://issues.apache.org/jira/browse/ARIES-443
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>    Affects Versions: 0.3
>            Reporter: Craig Muchinsky
>            Assignee: Valentin Mahrwald
>            Priority: Minor
>
> Exception logging within the proxy Collaborator class is currently done at error level, however in many cases these exceptions are expected and shouldn't be cause for concern. Currently the only workaround is to turn off logging for Collaborator specifically. This is related to ARIES-442.

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