From ca0689fd0d0f641bb7c66fb352a8c383fb140e77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ondr=C3=A1=C4=8Dek?= Date: Wed, 23 Oct 2024 20:19:58 +0200 Subject: [PATCH] Revert "pytests: change log level from debug to notice" This reverts commit b2cbbac2504106438326ee83dc01e305d9cb64f6. --- tests/pytests/templates/kresd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 6d37e1d0a..b87515c9b 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -5,7 +5,7 @@ modules = { } {% if kresd.verbose %} -log_level('notice') +log_level('debug') {% endif %} {% if kresd.ip %} -- 2.47.2