mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 18:35:18 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
import logging
|
|
import sys
|
|
|
|
logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
|