From 7596eb8a5e6dd92e31d0bb40441b9b8c3d7571df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Herbel?= Date: Fri, 21 Feb 2025 13:07:57 +0100 Subject: [PATCH] Set agent registration log level to debug in composition tests Change-Id: I209f2c184d243e8fefb8773a2ed7addf5c8c99f0 --- tests/composition/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/composition/conftest.py b/tests/composition/conftest.py index 506c401e52a..0c50214690c 100644 --- a/tests/composition/conftest.py +++ b/tests/composition/conftest.py @@ -62,6 +62,7 @@ def _central_site(request: pytest.FixtureRequest, ensure_cron: None) -> Iterator update={ "log_levels": { "cmk.web": 10, + "cmk.web.agent_registration": 10, "cmk.web.background-job": 10, } },