We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3195a commit 500dcfdCopy full SHA for 500dcfd
contentstack/__init__.py
@@ -18,8 +18,6 @@
18
19
try:
20
from logging import NullHandler
21
- # logging.basicConfig(filename='cs.log', format='%(asctime)s - %(message)s', level=logging.DEBUG)
22
- # logging.getLogger("__init__.py")
23
except ImportError:
24
class NullHandler(logging.Handler):
25
def emit(self, record):
0 commit comments