You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Glenn Mi <gm...@collaxa.com> on 2002/05/09 01:03:36 UTC

Anyone configured log4j.logger option ?

Hi !

I tried to configure log4j.properties to have this option:
log4j.logger.org.apache.axis.client=DEBUG
so only the org.apache.axis.client classes output debug messages. But it
doesn't seem to work. If I have the following line:
log4j.rootCategory=DEBUG, LOGFILE
All the debug message are logged into the logfile.

Anyone on the know ?

Thanks in advance !

Glenn