PY-18029 Update logger category after thrift package renaming

This commit is contained in:
Alexander Koshevoy
2018-08-22 23:16:40 +03:00
parent 8069e977c3
commit 7609ab5459
+1 -1
View File
@@ -255,7 +255,7 @@ def enable_thrift_logging():
import logging
# create logger
logger = logging.getLogger('thriftpy')
logger = logging.getLogger('_jetbrains_thriftpy')
logger.setLevel(logging.DEBUG)
# create console handler and set level to debug