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

[jira] [Updated] (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:all-tabpanel ]

Claus Ibsen updated CAMEL-17258:
--------------------------------
    Fix Version/s: 3.15.0

> 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
>             Fix For: 3.15.0
>
>
>  
> {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)