Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD03B908D for ; Tue, 10 Apr 2012 13:09:50 +0000 (UTC) Received: (qmail 41679 invoked by uid 500); 10 Apr 2012 13:09:50 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 41634 invoked by uid 500); 10 Apr 2012 13:09:50 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 41625 invoked by uid 99); 10 Apr 2012 13:09:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 13:09:50 +0000 X-ASF-Spam-Status: No, hits=3.1 required=5.0 tests=HK_RANDOM_ENVFROM,HK_RANDOM_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tommmmmm@gmail.com designates 209.85.214.51 as permitted sender) Received: from [209.85.214.51] (HELO mail-bk0-f51.google.com) (209.85.214.51) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 13:09:44 +0000 Received: by bkwj10 with SMTP id j10so4078783bkw.10 for ; Tue, 10 Apr 2012 06:09:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=V5o+JXOsEkCo6JrMXKL+WsvK2WukWXqrbnzUF8YMXbw=; b=xnLGaMxHFf0LTEPeurkeMsm73B4mm+fik9KQV6beoaDw7i3/RM8qovcds6hNvjAS/A BbT3OZKYQpWTvbiHdKaJPqZ7Ld6va1MrszFFxGx6zLeOgMwqkBDMr19VTfFBXa6m2Czo DBhyAgw3GnVbKy5tEdANPueGI89M/83If1hoDGlEo9EJVW+OFzBBV7mgwTRRZ0msTcLM DpcMZIRgbsyAR6asQ3RQajeK9m79T7k3F24pxxMB+aSFOfSsRa1Py7m4OCOVXkLrbVjC OFUKG942nZfSmx67B/217R0Ph/THfjahdyCdo6e8wI9r9U/A7R4yUrOaCUDKSN1YKxfD /SMw== MIME-Version: 1.0 Received: by 10.204.156.8 with SMTP id u8mr4335955bkw.36.1334063362743; Tue, 10 Apr 2012 06:09:22 -0700 (PDT) Received: by 10.204.99.129 with HTTP; Tue, 10 Apr 2012 06:09:22 -0700 (PDT) In-Reply-To: References: <20120410121349.GA3372@kalnich.nine.ch> Date: Tue, 10 Apr 2012 15:09:22 +0200 Message-ID: Subject: Re: How to use logging abilities of HttpClient? From: tommmmmm To: HttpClient User Discussion Content-Type: multipart/alternative; boundary=0015175ccfeed81ce004bd52d4b9 X-Virus-Checked: Checked by ClamAV on apache.org --0015175ccfeed81ce004bd52d4b9 Content-Type: text/plain; charset=ISO-8859-1 I did this for a test: logger.debug("some test message"); // <- DOES get printed. my_code_here_based_on_HttpClient; // <- should produce tons of logging output logger.debug("some test message"); // <- DOES get printed. So why the middle part doesn't produce any output? Just to recall I am using log4j.rootLogger=DEBUG, stdout so it shouldn't matter what and why. I am really puzzled now. Why the middle part doesn't produce any output? --0015175ccfeed81ce004bd52d4b9--