Hi,
I'm trying to debug an issue with Spark so I've set log level to DEBUG but
at the same time I'd like to avoid the httpclient.wire's verbose output by
setting it to WARN.

I tried the following log4.properties config but I'm still getting DEBUG
outputs for httpclient.wire:

log4j.rootCategory=DEBUG,console

...

log4j.logger.org.apache=WARN
log4j.logger.httpclient.wire.header=WARN
log4j.logger.httpclient.wire.content=WARN
log4j.logger.org.apache.commons.httpclient=WARN
log4j.logger.httpclient=WARN
log4j.logger.httpclient.wire.header=WARN

Thank you.
Daniel

Reply via email to