You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2009/09/11 16:57:12 UTC

[jira] Created: (CAMEL-2003) use enhanced log4j configuration

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.


[jira] Commented: (CAMEL-2003) use enhanced log4j configuration

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54175#action_54175 ] 

Claus Ibsen commented on CAMEL-2003:
------------------------------------

So we should add this to the log4j.properties we use in Camel?

And by the maven tooling which generates a new Camel projects? 

> 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.


[jira] Assigned: (CAMEL-2003) use enhanced log4j configuration

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-2003:
----------------------------------

    Assignee: Claus Ibsen

> 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
>            Assignee: Claus Ibsen
>             Fix For: 2.1.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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-2003) use enhanced log4j configuration

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2003:
-------------------------------

    Fix Version/s: 2.1.0

> 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
>            Assignee: Claus Ibsen
>             Fix For: 2.1.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.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2003) use enhanced log4j configuration

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2003.
--------------------------------

    Resolution: Fixed

Added it to various log4j.properties

trunk: 821278.

> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.1.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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-2003) use enhanced log4j configuration

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2003:
-------------------------------

    Priority: Minor  (was: Major)

> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.1.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.
-
You can reply to this email to add a comment to the issue online.