You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2011/04/01 13:22:17 UTC

[jira] [Updated] (AMQ-2388) improve logging configuration for broker & examples

     [ https://issues.apache.org/jira/browse/AMQ-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-2388:
----------------------------

    Fix Version/s:     (was: 5.5.0)
                   5.6.0

> improve logging configuration for broker & examples
> ---------------------------------------------------
>
>                 Key: AMQ-2388
>                 URL: https://issues.apache.org/jira/browse/AMQ-2388
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>            Reporter: james strachan
>             Fix For: 5.6.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira