Re: DefaultTracer traceBeforeRoute not calling dumpTrace

2020-07-21 Thread Alex Soto
PR here: https://github.com/apache/camel/pull/4027 Best regards, Alex soto > On Jul 21, 2020, at 9:57 AM, Alex Soto wrote: > > Thanks Claus, will create a PR > > Best regards, > Alex soto > > > > >> On Jul 19, 2020, at 3:53 AM, Claus Ibsen

Re: DefaultTracer traceBeforeRoute not calling dumpTrace

2020-07-21 Thread Alex Soto
Thanks Claus, will create a PR Best regards, Alex soto > On Jul 19, 2020, at 3:53 AM, Claus Ibsen wrote: > > Hi > > Created a JIRA to not forget > https://issues.apache.org/jira/browse/CAMEL-15311 > > On Fri, Jul 17, 2020 at 10:40 AM Claus Ibsen wrote: >> >> Hi >> >> Yeah that is a

Re: DefaultTracer traceBeforeRoute not calling dumpTrace

2020-07-19 Thread Claus Ibsen
Hi Created a JIRA to not forget https://issues.apache.org/jira/browse/CAMEL-15311 On Fri, Jul 17, 2020 at 10:40 AM Claus Ibsen wrote: > > Hi > > Yeah that is a little bug. You are welcome to create a JIRA and > provide a fix as a github PR >

Re: DefaultTracer traceBeforeRoute not calling dumpTrace

2020-07-17 Thread Claus Ibsen
Hi Yeah that is a little bug. You are welcome to create a JIRA and provide a fix as a github PR https://camel.apache.org/manual/latest/contributing.html On Fri, Jul 10, 2020 at 6:03 PM Alex Soto wrote: > > In Camel 3.4.0 I am trying to customize the Tracing to use DEBUG level > instead of

DefaultTracer traceBeforeRoute not calling dumpTrace

2020-07-10 Thread Alex Soto
In Camel 3.4.0 I am trying to customize the Tracing to use DEBUG level instead of INFO. For this, I created my own class extending org.apache.camel.impl.engine.DefaultTracer and overriding method dumpTrace. But dumpTrace is not being called in all cases, in particular, method traceBeforeRoute