Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 20871 invoked from network); 25 Feb 2003 20:18:27 -0000 Received: from smtp2.clear.net.nz (203.97.37.27) by daedalus.apache.org with SMTP; 25 Feb 2003 20:18:27 -0000 Received: from mygale.fifthweb.net (apo.fifthweb.net [203.97.8.218]) by smtp2.clear.net.nz (CLEAR Net Mail) with SMTP id <0HAV00C0BSEU5M@smtp2.clear.net.nz> for commons-httpclient-dev@jakarta.apache.org; Wed, 26 Feb 2003 09:18:31 +1300 (NZDT) Received: (qmail 1002 invoked from network); Tue, 25 Feb 2003 20:18:30 +0000 Received: from unknown (HELO simonxp) (10.10.10.130) by 0 with SMTP; Tue, 25 Feb 2003 20:18:30 +0000 Date: Wed, 26 Feb 2003 09:19:59 +1300 From: Simon Roberts Subject: Re: HTTP Post and HTTP/100 (continue) To: Commons HttpClient Project Message-id: <005201c2dd0b$453d4fe0$820a0a0a@simonxp> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <9E035BE80785AA4EAA456959ECB4A30D035CA731@nt036.an.sopra> <1046187024.6696.29.camel@kczrh-okt22.corp.bearingpoint.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >> BTW, I think you should remove the log "enter >> HttpConnection.responseAvaliable()", cause I have like 50.000 lines of it in >> my log for only one request... :/ > As to excessive noise in the logs, try using "debug" verbosity instead > "trace" one. I know logging is really useful sometimes, but *50,000* lines? That's certainly over-the-top. I get a few hundred every time just talking to a machine on the LAN. Even if the actual log is supressed, there's still the expense of the nested method calls (until it gets somewhere where it can determine that the log is not used). It doesn't seem most of the trace lines that show method entry are useful anyway, especially with log4j which shows them at debug level. Cheers, Simon