diff --git a/conftest.py b/conftest.py index e90bed9..9b48afa 100644 --- a/conftest.py +++ b/conftest.py @@ -87,12 +87,12 @@ def pytest_configure(config): root = logging.getLogger() root.setLevel(logging.DEBUG) - ch = logging.StreamHandler(sys.stdout) - ch.setLevel(logging.DEBUG) + #ch = logging.StreamHandler(sys.stdout) + #ch.setLevel(logging.DEBUG) #formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') #ch.setFormatter(formatter) - root.addHandler(ch) + #root.addHandler(ch) class Checker():