use enhanced log4j configuration -------------------------------- Key: CAMEL-2003 URL: https://issues.apache.org/activemq/browse/CAMEL-2003 Project: Apache Camel Issue Type: Improvement Reporter: James Strachan
With a minor tweak we can get all stack traces to include the exact version numbers of each jar thats on the stack trace. see https://issues.apache.org/bugzilla/show_bug.cgi?id=45721 mostly its about using the log4j version with this patch and then updating the logging properties file to {code} log4j.throwableRenderer=org.apache.log4j.EnhancedThrowableRenderer {code} or the XML to this... {code} <throwableRenderer class="org.apache.log4j.EnhancedThrowableRenderer"/> {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.