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 12:59:00 UTC

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

Vyacheslav Boyko created CAMEL-17258:
----------------------------------------

             Summary: 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


 
{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)