I got the defaultErrorHandler to collapse with these 2 adjustments: - set messageHistory="false" on CONTEXT - set logStackTrace="false" for onException block, like this: <redeliveryPolicy maximumRedeliveries="2" redeliveryDelay="1000" logStackTrace="false" /> The timestamp with default error handler still shows up, but much easier on the eye. I tried <errorHandler id="defaultErrorHandler" type="DefaultErrorHandler"> <redeliveryPolicy logStackTrace="false"/> </errorHandler>
but it makes no impact. I'll post if I'll get more time and find a better solution. -- View this message in context: http://camel.465427.n5.nabble.com/onException-block-in-camel-2-16-1-tp5777019p5777110.html Sent from the Camel - Users mailing list archive at Nabble.com.