On Thu, Feb 25, 2010 at 2:25 PM, Julien D <[email protected]> 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 ? >
Yes. Try using code completion on onException and see which methods you got. There are options on this one to set logging level. See redelivery options here: http://camel.apache.org/dead-letter-channel.html > Thanks > -- > View this message in context: > http://old.nabble.com/OnException-and-log-level-tp27714424p27714424.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
