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 <alex.s...@envieta.com> a écrit :

> This used to work with Camel 2.X, now it seems it is ignoring the
> settings
>
>
>     <!--Enable logging of Exchange properties when tracing-->
>     <bean id="traceFormatter"
> class="org.apache.camel.support.processor.DefaultExchangeFormatter">
>         <property name="showProperties"
> value="#{camel.trace.showProperties}"/>
>         <property name="showExchangePattern"
> value="#{camel.trace.showExchangePattern}"/>
>         <property name="showExchangeId"
> value="#{camel.trace.showExchangeId}"/>
>         <property name="showBody" value="#{camel.trace.showBody}"/>
>         <property name="showHeaders" value="#{camel.trace.showHeaders}"/>
>     </bean>
>
>     <camelContext xmlns="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

Reply via email to