darren jiang wrote:
hello all,
I want to disable the httpclient logging. but failed to do so, anyone
has the same issue with me?
<snip>
# HttpClient logging set to be ERROR
log4j.category.org.apache.commons=ERROR
----------------------------------------------------------------
the all httpclient logging still go to my logging files.
I tried to change log4j.category to be log4j.logger. but that does not
help.
many thanks
darren jiang
Weird. That works for me. An exact cut/paste from my file:
log4j.logger.org.apache.commons.httpclient=ERROR
What's your environment? Standalone application? J2EE server? Which one?
Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]