You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/03/23 14:40:00 UTC

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

    [ https://issues.apache.org/jira/browse/AMQ-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411487#comment-16411487 ] 

ASF subversion and git services commented on AMQ-2388:
------------------------------------------------------

Commit 8fd82ff6934df82beb5a34935404b4b76a25519c in activemq's branch refs/heads/master from [~gtully]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=8fd82ff ]

Revert "AMQ-2388: Enanched log4j logger to include exact versio number."
This appender drops nested or cause exceptions from the stack trace, the cause is kinda handy.
This reverts commit 4927c54a0aa6b19995d60b8b5ab840fd8ef6eb1f.


> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 5.10.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 was sent by Atlassian JIRA
(v7.6.3#76005)