Hello, I'm trying to use the Camel Tracer and I set it up, as follows:
getContext().setTracing(true); Tracer tracer = new Tracer(); tracer.setLogName("c:/temp/camel-trace.log"); tracer.getDefaultTraceFormatter().setShowProperties(true); tracer.getDefaultTraceFormatter().setShowHeaders(false); getContext().addInterceptStrategy(tracer); I look with jConsole and I can see that the tracer is configured as expected. But it doesn't create any file. Did I miss anything ? Many thanks in adavance, Nicolas -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Tracer-doesn-t-work-tp5783296.html Sent from the Camel - Users mailing list archive at Nabble.com.