From 92d5ca2b06d9114d101786c28f9db55c61d725c8 Mon Sep 17 00:00:00 2001 From: almog Date: Sun, 13 Dec 2020 21:17:18 +0200 Subject: [PATCH] revert pytest.ini --- tests/pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index 490fc7abf4..5add771687 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,5 +1,5 @@ [pytest] ; logging options -log_cli=true -log_level = INFO +log_cli = 1 +log_level = WARNING log_format = %(asctime)s %(name)s: %(levelname)s %(message)s