shell: backends: dummy: default to log level INF

This change fixes code to match the description in
https://github.com/zephyrproject-rtos/zephyr/pull/55061
(see commit 9ecef4b).

This preserves the previous default behaviour of the
shell dummy backend.

Signed-off-by: Nick Ward <nix.ward@gmail.com>
This commit is contained in:
Nick Ward 2023-02-23 11:09:15 +11:00 committed by Carles Cufí
parent e086d9d5d6
commit ca3a4f5f5b
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ config SHELL_BACKEND_DUMMY_BUF_SIZE
choice
prompt "Initial log level limit"
default SHELL_DUMMY_INIT_LOG_LEVEL_DEFAULT
default SHELL_DUMMY_INIT_LOG_LEVEL_INF
config SHELL_DUMMY_INIT_LOG_LEVEL_DEFAULT
bool "System limit (LOG_MAX_LEVEL)"