Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How do I get DEBUG level logging output from RTC client code?

I have an aspect editor used to configure a follow-up action that logs debug messages.  The following is an example of the relevant code:

org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory.getLog( this.getClass() );
if( log.isDebugEnabled())
{
    log.debug("My message");
}

If I simply log using log.error("MyMessage"), I see the message in the TeamConcert/.metadata/.log file, but not when the message is a debug message. 

I tried setting eclipse.log.level=ALL in the /TeamConcert/configuration/config.ini file, but I believe that is the default setting anyway.  I also tried setting the value log4j.rootLogger=DEBUG, file in both the ccm and jts  log4j.properties files to no avail. 

How do I get debug messages logged from my client code? I'm still waiting for an answer, anybody?

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,121

Question asked: Sep 07 '12, 1:31 p.m.

Question was seen: 4,439 times

Last updated: Sep 12 '12, 11:16 a.m.

Confirmation Cancel Confirm