Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
cmislib 0.5.1
-
Ubuntu 14.04, Python 2.7.8, Cmislib 0.5.1
Description
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?