Re: Route Tracing with Camel 3.0 and BluePrint

2020-02-13 Thread Alex Soto
Bringing this up again, not getting headers in Camel traces with Blueprint.  
Anybody experiencing the same?


Best regards,
Alex soto




> On Feb 6, 2020, at 9:29 AM, Alex Soto  wrote:
> 
> I’m sorry Guillaume, but I don’t see the similarity, although you may know 
> something I don’t.
> In any case do you know of a workaround?, basically I need to be able to 
> enable tracing of exchange headers (in Blueprint) for troubleshooting, but I 
> have not yet found how.
>   
> 
> Best regards,
> Alex soto
> 
> 
> 
> 
>> On Feb 5, 2020, at 11:59 AM, Guillaume Nodet > > wrote:
>> 
>> Looks similar to
>> https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14462 
>> 
>> I need to investigate it asap.
>> 
>> Le mer. 5 févr. 2020 à 17:48, Alex Soto  a écrit :
>> 
>>> This used to work with Camel 2.X, now it seems it is ignoring the
>>> settings
>>> 
>>> 
>>>
>>>>> class="org.apache.camel.support.processor.DefaultExchangeFormatter">
>>>>> value="#{camel.trace.showProperties}"/>
>>>>> value="#{camel.trace.showExchangePattern}"/>
>>>>> value="#{camel.trace.showExchangeId}"/>
>>>
>>>
>>>
>>> 
>>>http://camel.apache.org/schema/blueprint";
>>> id="admin" trace=“true”>
>>> 
>>> Specifically, when I set the showHeaders property to true the exchange
>>> headers are still not logged.  Any idea?
>>> 
>>> 
>>> Best regards,
>>> Alex soto
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> -- 
>> 
>> Guillaume Nodet
> 



Re: Route Tracing with Camel 3.0 and BluePrint

2020-02-06 Thread Alex Soto
I’m sorry Guillaume, but I don’t see the similarity, although you may know 
something I don’t.
In any case do you know of a workaround?, basically I need to be able to enable 
tracing of exchange headers (in Blueprint) for troubleshooting, but I have not 
yet found how.
  

Best regards,
Alex soto




> On Feb 5, 2020, at 11:59 AM, Guillaume Nodet  wrote:
> 
> Looks similar to
> https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14462
> I need to investigate it asap.
> 
> Le mer. 5 févr. 2020 à 17:48, Alex Soto  a écrit :
> 
>> This used to work with Camel 2.X, now it seems it is ignoring the
>> settings
>> 
>> 
>>
>>> class="org.apache.camel.support.processor.DefaultExchangeFormatter">
>>> value="#{camel.trace.showProperties}"/>
>>> value="#{camel.trace.showExchangePattern}"/>
>>> value="#{camel.trace.showExchangeId}"/>
>>
>>
>>
>> 
>>http://camel.apache.org/schema/blueprint";
>> id="admin" trace=“true”>
>> 
>> Specifically, when I set the showHeaders property to true the exchange
>> headers are still not logged.  Any idea?
>> 
>> 
>> Best regards,
>> Alex soto
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> 
> Guillaume Nodet



Re: Route Tracing with Camel 3.0 and BluePrint

2020-02-05 Thread Guillaume Nodet
Looks similar to
https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14462
I need to investigate it asap.

Le mer. 5 févr. 2020 à 17:48, Alex Soto  a écrit :

> This used to work with Camel 2.X, now it seems it is ignoring the
> settings
>
>
> 
>  class="org.apache.camel.support.processor.DefaultExchangeFormatter">
>  value="#{camel.trace.showProperties}"/>
>  value="#{camel.trace.showExchangePattern}"/>
>  value="#{camel.trace.showExchangeId}"/>
> 
> 
> 
>
> http://camel.apache.org/schema/blueprint";
> id="admin" trace=“true”>
>
> Specifically, when I set the showHeaders property to true the exchange
> headers are still not logged.  Any idea?
>
>
> Best regards,
> Alex soto
>
>
>
>
>

-- 

Guillaume Nodet


Route Tracing with Camel 3.0 and BluePrint

2020-02-05 Thread Alex Soto
This used to work with Camel 2.X, now it seems it is ignoring the settings











http://camel.apache.org/schema/blueprint"; id="admin" 
trace=“true”>

Specifically, when I set the showHeaders property to true the exchange headers 
are still not logged.  Any idea?


Best regards,
Alex soto