Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 3976 invoked from network); 30 Mar 2004 17:23:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Mar 2004 17:23:16 -0000 Received: (qmail 38982 invoked by uid 500); 30 Mar 2004 17:23:04 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 38969 invoked by uid 500); 30 Mar 2004 17:23:03 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 38955 invoked from network); 30 Mar 2004 17:23:03 -0000 Received: from unknown (HELO mxout1.cac.washington.edu) (140.142.32.134) by daedalus.apache.org with SMTP; 30 Mar 2004 17:23:03 -0000 Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.12.11+UW04.02/8.12.11+UW04.02) with ESMTP id i2UHN6S1022690 for ; Tue, 30 Mar 2004 09:23:06 -0800 Received: from u.washington.edu (host74.209.113.141.conversent.net [209.113.141.74]) (authenticated bits=0) by smtp.washington.edu (8.12.11+UW04.02/8.12.11+UW04.02) with ESMTP id i2UHN5TR023811 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 30 Mar 2004 09:23:06 -0800 Message-ID: <4069ACF8.9080906@u.washington.edu> Date: Tue, 30 Mar 2004 12:23:04 -0500 From: Michael Becke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: HttpClient - Turn "wire" off not working References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Nathan, The instructions on the HttpClient site are for configuring using commons-logging. When using Log4j things are a little different. Try the following: Mike nathan phillips wrote: > Hello, > > 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: > > > > > > > > > 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: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org