Skip to content

Commit

Permalink
logging: Allow runtime filtering for frontend only case
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nordic-krch committed Jul 5, 2024
1 parent c9708ff commit 3804c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/logging/Kconfig.filtering
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3804c8e

Please sign in to comment.