Re: Tracer per route without explicitly turning off tracing

2014-01-27 Thread Shing Hing Man
Thanks for the suggestion ! Shing On Monday, January 27, 2014 4:18 AM, "ravindra.godb...@cognizant.com" wrote: You can set the traceFilter for tracer which is nothing but defining predicate. Custom predicate can be defined as you want. It can be just one string or pattern of strings[de

RE: Tracer per route without explicitly turning off tracing

2014-01-26 Thread Ravindra.Godbole
You can set the traceFilter for tracer which is nothing but defining predicate. Custom predicate can be defined as you want. It can be just one string or pattern of strings[destinations] you want to trace. This is the solution I can think of in the current context. Tracer tracer = new Tracer