You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2008/06/19 20:59:00 UTC

[jira] Created: (CAMEL-619) make it easy to trace route executions in the log

make it easy to trace route executions in the log
-------------------------------------------------

                 Key: CAMEL-619
                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: James Strachan
            Assignee: James Strachan
             Fix For: 1.4.0


so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

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

Claus Ibsen commented on CAMEL-619:
-----------------------------------

Would be great if the tracer could output the from parts as well ;) 

from: XXXX -> to: YYYY: exchange: AAAA, BBBB, CCCC

And then it could also consider redelivery as well. Outputting if the execution is a redelivery and what count it is.

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43727#action_43727 ] 

James Strachan commented on CAMEL-619:
--------------------------------------

BTW Claus did a great job of documenting it here...

http://cwiki.apache.org/CAMEL/tracer.html


> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

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

Claus Ibsen commented on CAMEL-619:
-----------------------------------

I have enabled the breadcrumb so unit of work id is logged so end users can use it for correlation. 

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43659#action_43659 ] 

James Strachan commented on CAMEL-619:
--------------------------------------

there's now a trace flag on DefaultCamelContext and <camelContext trace="true"/> to easily enable tracing

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

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

Claus Ibsen commented on CAMEL-619:
-----------------------------------

Updated the wiki. Only a spring XML example is missing.

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

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

Claus Ibsen commented on CAMEL-619:
-----------------------------------

James could we have the wiki updated with your new option and some sample output from the new trace interceptor?

I do think I will try to give a go at it so I can see what it really does ;)
This is more or less the last ticket for 1.4 so we could cut a new RC this week.

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

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

Claus Ibsen commented on CAMEL-619:
-----------------------------------

If its part of the new debugger feature then please add documentation about this new option in the wiki

http://activemq.apache.org/camel/debugger.html

And btw the debugger wiki is probably out of date with the latest commits.

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

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

Claus Ibsen commented on CAMEL-619:
-----------------------------------

Maybe the exchange id should be outputted by default? If you have concurrent exchanges then it can be harder to view/grep/filter in the logfiles for the same exchange.

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Resolved: (CAMEL-619) make it easy to trace route executions in the log

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

James Strachan resolved CAMEL-619.
----------------------------------

    Resolution: Fixed

I've spun off the remaining tasks as separate JIRAs, CAMEL-639 and CAMEL-640.

I made a minor refactor at the last minute to use 'trace' as the property rather than 'tracing'

The Spring XML test case is in camel-spring called SpringTraceTest

> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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


[jira] Commented: (CAMEL-619) make it easy to trace route executions in the log

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43728#action_43728 ] 

James Strachan commented on CAMEL-619:
--------------------------------------

BTW added a FAQ entry...
http://cwiki.apache.org/confluence/display/CAMEL/How+do+I+debug+my+route


> make it easy to trace route executions in the log
> -------------------------------------------------
>
>                 Key: CAMEL-619
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-619
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.4.0
>
>
> so that folks can help diagnose issues...

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