Hi,

I'm trying to find a way to disable tracing for a specific route (i.e. not
for the whole context).

For instance I have a file poller that fires every 2 seconds and I'd like
not to see the trace log.

If there's no way I think i'll file a Jira.

I was thinking maybe something like:
   from("file:/myfolder").setTracing(false).to("bean:myBean");
or
   from("file:/myfolder").setProperty(Exchange.TRACE_ENABLED,
constant(false)).to("bean:myBean");

Thanks in advance
-- 
View this message in context: 
http://old.nabble.com/Disabling-Tracer-for-a-specific-route-tp27158341p27158341.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to