I'm using the latest stable release of HttpClient and for some reason it appears that the "wire" debug is turned on for me by default or something else is doing it. I'm unable to shut it up. I've added the following to my log4j.xml file to no avail:
<category name="org.apache.commons.logging.simplelog.defaultlog"> <priority value="INFO"/> </category> <category name="org.apache.commons.logging.simplelog.log.httpclient.wire"> <priority value="INFO"/> </category>
Within my code I've tried adding per the web site documentation:
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog");
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "info");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "info");
Nothing seems to work. If anyone has any ideas why not, I'd greatly appreciate them. Thanks for your help and thanks for HttpClient.
_________________________________________________________________
All the action. All the drama. Get NCAA hoops coverage at MSN Sports by ESPN. http://msn.espn.go.com/index.html?partnersite=espn
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
