Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 75722 invoked from network); 31 Mar 2008 19:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 19:10:08 -0000 Received: (qmail 79235 invoked by uid 500); 31 Mar 2008 19:10:08 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 79043 invoked by uid 500); 31 Mar 2008 19:10:07 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 79034 invoked by uid 99); 31 Mar 2008 19:10:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 12:10:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sberlin@gmail.com designates 209.85.162.181 as permitted sender) Received: from [209.85.162.181] (HELO el-out-1112.google.com) (209.85.162.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 19:09:27 +0000 Received: by el-out-1112.google.com with SMTP id m34so521530ele.9 for ; Mon, 31 Mar 2008 12:09:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=MI8e4I4Tp8Xx5reUDNFRFrenc0SE0pSwEYGOCbiNpOo=; b=e5BoxclhwoVir/vab7vXUKstEPx/H8oVJG+1PPEaY4oYbwxnIMso9CLxiov/UrEUJAQL64KVaNvNxN42nJaL+eoq3nUaxnCBvzqJe0XglUChEJpmIPlXcEGFlA/2n4v51R4Wz/FNuT3VDGZuHp9dJYj49SBiafL78vLBcesHeyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fXjk6k7sowRDEiUGbOGCXxE9y3KczBp2aMbQUqNOu8+l2HALE6hMq2gPcytqtBoXFueX3faZyiKgvz2EpQRwMa1lXTQ3c19RA42p3d3toTdnW2/VYtaTY1Qqjvw6cPzgZ/HIHcadmvzh3edv+EblFGEasWa+QmKVWufbymRgHZ0= Received: by 10.114.155.1 with SMTP id c1mr10652660wae.105.1206990577114; Mon, 31 Mar 2008 12:09:37 -0700 (PDT) Received: by 10.114.136.8 with HTTP; Mon, 31 Mar 2008 12:09:37 -0700 (PDT) Message-ID: <19196d860803311209n12c965cdl1517614215a0a65@mail.gmail.com> Date: Mon, 31 Mar 2008 15:09:37 -0400 From: "Sam Berlin" To: "HttpComponents Project" Subject: Logging in core / core-nio MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, There's been a number of times that we've been looking to debug things within httpcore & httpcore-nio, but have to resort to recompiling and/or using a debugger with breakpoints, due to no logging within the package. I can understand the desire to reduce dependencies, but I humbly disagree with the conclusion. In my opinion, logging in httpcore & httpcore-nio is very much useful & necessary. Is this issue firmly closed, or could logging somehow be added back into core & core-nio? Thanks, Sam --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org