Since the logged exception was the following : 2010-02-25 16:31:57,058 ERROR [Logger.java:248] - Failed delivery for exchangeId: acaf9632-cad3-43c0-b642-cce11b2f87c7. Exhausted after delivery attempt: 1 caught: MyException stack trace
I tried to add retriesExhaustedLogLevel(LoggingLevel.DEBUG) to my OnException and the log doesn't show anymore. Julien D wrote: > > I already use the handled(true) in my exception route and I don't want > camel to log my functionnal exceptions. > > > Julien D wrote: >> >> Hi, >> >> Since the 2.1.0 Camel is logging the exceptions at ERROR level. Is there >> a way to tell Camel that it's taking care of and not log those exceptions >> ? >> >> Thanks >> > > -- View this message in context: http://old.nabble.com/OnException-and-log-level-tp27714424p27714464.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
