mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
Fix logging issue
This commit is contained in:
parent
43a1512e0d
commit
b585112e15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user