From b2cbbac2504106438326ee83dc01e305d9cb64f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ondr=C3=A1=C4=8Dek?= Date: Thu, 17 Oct 2024 14:11:27 +0200 Subject: [PATCH] pytests: change log level from debug to notice --- 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 b87515c9b..6d37e1d0a 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('debug') +log_level('notice') {% endif %} {% if kresd.ip %} -- 2.47.2