Fix logging issue

This commit is contained in:
Andrey Pohilko 2014-06-10 18:47:10 +04:00
parent 43a1512e0d
commit b585112e15

View File

@ -65,7 +65,7 @@ class ConsoleTank:
def init_logging(self):
""" Set up logging, as it is very important for console tool """
logger = logging.getLogger()
logger = logging.getLogger('')
logger.setLevel(logging.DEBUG)
# create file handler which logs even debug messages