Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C014E982F for ; Thu, 20 Sep 2012 23:53:02 +0000 (UTC) Received: (qmail 21009 invoked by uid 500); 20 Sep 2012 23:53:02 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 20826 invoked by uid 500); 20 Sep 2012 23:53:01 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 20816 invoked by uid 99); 20 Sep 2012 23:53:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2012 23:53:01 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ben.tomasini@gmail.com designates 209.85.160.42 as permitted sender) Received: from [209.85.160.42] (HELO mail-pb0-f42.google.com) (209.85.160.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2012 23:52:54 +0000 Received: by pbbrp8 with SMTP id rp8so5002150pbb.15 for ; Thu, 20 Sep 2012 16:52:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UDETPIneHzlrHlIXdwAIVTOv1Ls1igkETlyw9VZMdXU=; b=ok4uBRsvURgSWgozH7a7LU8fhagyhjuIMoxQey5nZnXh9Nj334Y+xXc+KfR+Unt2MB 2EJTcO/OmR7K42FHdhvdjrp87YcrP8SLL7CwNbBOwcODtUo7zz7h9wlmhtrXunAUpDL6 4viVFDOh5A1QudBFlNnH34ZMVv86GJ6slh85bW5B2qG7XPfvlT9oRq+o61gIHzGlynmd em8wHbSZLNuE8Y1OXqMXMLHDNn9SpmVGzPYZaVAp7EKGNqpWea1DNP4KGTa2o2WDkXAQ C4/Ld3AwXvFOzhwkMUCUgdSOZELufB99pDYUgIx3Z4bbmUQAi3Hswhgz/04B4jj8qB3Q +exw== MIME-Version: 1.0 Received: by 10.68.232.131 with SMTP id to3mr10926858pbc.58.1348185152932; Thu, 20 Sep 2012 16:52:32 -0700 (PDT) Received: by 10.68.226.197 with HTTP; Thu, 20 Sep 2012 16:52:32 -0700 (PDT) Date: Thu, 20 Sep 2012 16:52:32 -0700 Message-ID: Subject: Modifying log level in python libraries From: Ben Tomasini To: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello, I am using the zookeeper Python bindings and am trying to suppress the INFO level log messages it is producing. I am new to Python logging. I tried reconfiguring it with the following to no avail: logging.basicConfig(level=logging.ERROR) Any tips? Thanks, Ben