Joan Balaguero wrote:
Hello,

I've configured log4j.xml to completely disable httpclient logging. Is this
the correct way to do this, setting "fatal" to logger level?


Yes, it is.

Oleg

(.)
<logger name="org.apache.commons.httpclient">

 <level value="fatal"/>

</logger>

<logger name="httpclient.wire.header">

 <level value="fatal"/>

</logger>

<logger name="httpclient.wire.content">

 <level value="fatal"/>

</logger>

(.)

Thanks in advance,

Joan.




---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to