Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 63B4F200BF8 for ; Fri, 30 Dec 2016 00:27:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 60369160B40; Thu, 29 Dec 2016 23:27:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D9A1F160B45 for ; Fri, 30 Dec 2016 00:26:59 +0100 (CET) Received: (qmail 69416 invoked by uid 500); 29 Dec 2016 23:26:58 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 68976 invoked by uid 99); 29 Dec 2016 23:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 23:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 826FE2C2A68 for ; Thu, 29 Dec 2016 23:26:58 +0000 (UTC) Date: Thu, 29 Dec 2016 23:26:58 +0000 (UTC) From: "Jeff Potts (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CMIS-832) Suppress logging.info() messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Dec 2016 23:27:00 -0000 [ https://issues.apache.org/jira/browse/CMIS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-832: ---------------------------- Fix Version/s: cmislib 0.6.0 > Suppress logging.info() messages > -------------------------------- > > Key: CMIS-832 > URL: https://issues.apache.org/jira/browse/CMIS-832 > Project: Chemistry > Issue Type: Improvement > Components: python-cmislib > Affects Versions: cmislib 0.5.1 > Environment: Ubuntu 14.04, Python 2.7.8, Cmislib 0.5.1 > Reporter: Jay Noob > Labels: Newcomer > Fix For: cmislib 0.6.0 > > > I notice that when I use cmislib in my own app and am using Python logging I get these info messages in my logs: > 2014-08-05 13:42:12,906 INFO Creating an instance of CmisClient > 2014-08-05 13:42:13,114 INFO Creating an instance of Repository > 2014-08-05 13:42:13,365 INFO Creating an instance of CmisClient > 2014-08-05 13:42:13,536 INFO Creating an instance of Repository > 2014-08-05 13:42:14,122 INFO Creating an instance of CmisClient > 2014-08-05 13:42:14,192 INFO Creating an instance of Repository > 2014-08-05 13:42:14,540 INFO Creating an instance of CmisClient > 2014-08-05 13:42:14,993 INFO Creating an instance of CmisClient > 2014-08-05 13:42:15,555 INFO Creating an instance of CmisClient > Would it be possible to either suppress them or use logging.debug for these? -- This message was sent by Atlassian JIRA (v6.3.4#6332)