Jay Noob created CMIS-832: ----------------------------- Summary: 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 Fix For: cmislib 0.5.1
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.2#6252)