From 9876075de1638a9050863abd37195cfb261d17c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Fri, 5 Jul 2024 12:43:49 +0200 Subject: [PATCH] logging: Allow runtime filtering for frontend only case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Log frontend supports runtime filtering so it should be allowed to enable it even when only frontend is used with no backends. Signed-off-by: Krzysztof Chruściński --- subsys/logging/Kconfig.filtering | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/logging/Kconfig.filtering b/subsys/logging/Kconfig.filtering index b3009df3316..c9dd387095e 100644 --- a/subsys/logging/Kconfig.filtering +++ b/subsys/logging/Kconfig.filtering @@ -5,7 +5,7 @@ menu "Logging levels filtering" config LOG_RUNTIME_FILTERING bool "Runtime filtering reconfiguration" - depends on !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL + depends on !LOG_MODE_MINIMAL help Allow runtime configuration of maximal, independent severity level for instance.