Michael,

I ran into this with Spring also and I got rid of them by adding:

log4j.logger.httpclient.wire=INFO

to my log4j.properties file.

Hope that helps.

Thanks!



On Mon, 2008-01-28 at 10:53 -0500, Michael Prichard wrote:

> I am running HTTPClient inside of a spring framework and I am trying  
> to figure out how to shut off the Wire.java DEBUG messages.
> 
> I am getting a million of these:
> 
> main 2008-01-28 15:49:28,125 DEBUG {Wire.java:83} - << "[\r]"
> main 2008-01-28 15:49:28,135 DEBUG {Wire.java:69} - << "[\n]"
> main 2008-01-28 15:49:28,136 DEBUG {Wire.java:83} - << "[\r]"
> main 2008-01-28 15:49:28,136 DEBUG {Wire.java:69} - << "[\n]
> 
> I put this into my log4j/xml file....and still no luck.
> 
>       <category name="org.apache.commons.httpclient.wire" >
>               <priority value="INFO"/>
>       </category>
>       <category name="org.apache.commons.httpclient.wire.header" >
>               <priority value="INFO"/>
>       </category>
>       <category name="org.apache.commons.httpclient.wire.content" >
>               <priority value="INFO"/>
>       </category>
> 
> Is there something I am missing?
> 
> Thanks!
> Michael
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to