Hi All,

i'm stuck with one issue in which i want to stop camel logs which is
generating on his own. Even i had changed the debug level in log4j.xml from
"debug" to "info". The logs which are coming are somekind of weird.

for e.g 

My route look like this 

<route id="attcrService" >
   <from uri="timer:attcr?period=30m" />
    <to uri="bean:activityCenterService?method=processATTCRApprovals" />
</route>

After modifying log4j.xml all my logs mentioned in the method are working
fine. 

But i use to get this type of logs 

[1/16/14 6:23:59:089 PST] 00000042 SystemOut     O 2014-01-16 06:23:59,089
[Camel (camel-1) thread #7 - ManagementLoadTask] DEBUG TimerListenerManager
- Invoking onTimer on
org.apache.camel.management.mbean.ManagedSuspendableRoute@1c95c738


I'm not able to find out what the reason is behind this. Or what should i
change to get rid of this type of logs. As this same line is getting printed
many times just object appended in the end is getting changed.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Issue-with-Camel-logs-tp5746063.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to