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/09/08 08:30:12 UTC

[jira] Created: (CAMEL-1995) Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams

Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams
---------------------------------------------------------------------------------------

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


1)
Make sure exchange messages are using the helper method

2)
Add option (default = false) to whether streams should be logged or not. We should avoid touching streams in logging as they tend to be read only once.


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


[jira] Commented: (CAMEL-1995) Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54071#action_54071 ] 

Claus Ibsen commented on CAMEL-1995:
------------------------------------

SMX have such a behavior

> Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1995
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1995
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>             Fix For: 2.1.0
>
>
> 1)
> Make sure exchange messages are using the helper method
> 2)
> Add option (default = false) to whether streams should be logged or not. We should avoid touching streams in logging as they tend to be read only once.

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


[jira] Assigned: (CAMEL-1995) Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams

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

Claus Ibsen reassigned CAMEL-1995:
----------------------------------

    Assignee: Claus Ibsen

> Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1995
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1995
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> 1)
> Make sure exchange messages are using the helper method
> 2)
> Add option (default = false) to whether streams should be logged or not. We should avoid touching streams in logging as they tend to be read only once.

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


[jira] Resolved: (CAMEL-1995) Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams

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

Claus Ibsen resolved CAMEL-1995.
--------------------------------

    Resolution: Fixed

trunk: 813717.

> Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1995
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1995
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> 1)
> Make sure exchange messages are using the helper method
> 2)
> Add option (default = false) to whether streams should be logged or not. We should avoid touching streams in logging as they tend to be read only once.

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


[jira] Commented: (CAMEL-1995) Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54139#action_54139 ] 

Claus Ibsen commented on CAMEL-1995:
------------------------------------

Added wiki page
http://cwiki.apache.org/confluence/display/CAMEL/How+do+I+enable+streams+when+debug+logging+messages+in+Camel

> Use MessageHelper.extractBodyForLogging for logging exchange messages and avoid streams
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1995
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1995
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> 1)
> Make sure exchange messages are using the helper method
> 2)
> Add option (default = false) to whether streams should be logged or not. We should avoid touching streams in logging as they tend to be read only once.

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