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




Reply via email to