You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Vyacheslav Boyko (Jira)" <ji...@apache.org> on 2021/12/01 13:01:00 UTC

[jira] [Comment Edited] (CAMEL-17258) Possibility to change lengths of output groups in tracing (DefaultTracer)

    [ https://issues.apache.org/jira/browse/CAMEL-17258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451791#comment-17451791 ] 

Vyacheslav Boyko edited comment on CAMEL-17258 at 12/1/21, 1:00 PM:
--------------------------------------------------------------------

I want to implement it. Assign it on me, please.


was (Author: bvn13):
I want to implement it

> Possibility to change lengths of output groups in tracing (DefaultTracer)
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-17258
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17258
>             Project: Camel
>          Issue Type: New Feature
>          Components: came-core
>            Reporter: Vyacheslav Boyko
>            Priority: Minor
>
>  
> {code:java}
> 14:07:29.172 [Test worker] INFO  org.apache.camel.Tracing - *--> 
> [route1      ] [from[direct://start]             ] Exchange[Id: 
> E2E34A8700E4EE3-0000000000000000, BodyType: ...
> 14:07:29.176 [Test worker] INFO  org.apache.camel.Tracing - [route1      
> ] [marshal[org.apache.camel.model.da] Exchange[Id: 
> E2E34A8700E4EE3-0000000000000000, BodyType: ...
> 14:07:29.274 [Test worker] INFO  org.apache.camel.Tracing - [route1      
> ] [direct://payment-details         ] Exchange[Id: 
> E2E34A8700E4EE3-0000000000000000, BodyType: ...
> 14:07:29.276 [Test worker] INFO  org.apache.camel.Tracing - ---> 
> [rms-payment-] [from[direct://payment-details]   ] Exchange[Id: 
> E2E34A8700E4EE3-0000000000000000, BodyType: byte[], ...
> 14:07:29.276 [Test worker] INFO  org.apache.camel.Tracing - 
> [rms-payment-] [setProperty[CamelKafkaManualCommi] Exchange[Id: 
> E2E34A8700E4EE3-0000000000000000, BodyType: ...
> 14:07:29.288 [Test worker] INFO  org.apache.camel.Tracing - 
> [rms-payment-] [removeHeader[CamelKafkaManualComm] Exchange[Id: 
> E2E34A8700E4EE3-0000000000000000, BodyType: ...
>  {code}
>  
>  
> This is how my usual tracing log looks like.
> I need to expand blocks called in DefaultTracer as RouteId and Label - blocks bounded by `[...]`. [~davsclaus] in users mailing list offers me to implement this feature myself. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)