Hello Camel, I'am using Camel 2.5 and have a problem to log the stack trace for handled exception.
here is my code <onException> <exception>org.apache.camel.NoTypeConversionAvailableException</exception> <handled> <constant>true</constant> </handled> <log loggingLevel="WARN" message="${exception}" logName="com.bsb.docgen.DocumentGenerationNotificationRoute"/> <to ref="deadLetterQueue" /> </onException> I would like, in addtition to the error message, have the full stack trace. Is that possible ? I could not find information about it on the website. Thanks in advance ! Olivier -- View this message in context: http://camel.465427.n5.nabble.com/Exception-Log-the-stack-trace-in-Spring-DSL-tp3241700p3241700.html Sent from the Camel - Users mailing list archive at Nabble.com.