The latest development version of this page may be more current than this released 1.14.1 version.
choice: Max compiled-in log level for Shell

Max compiled-in log level for Shell

Type: bool

Direct dependencies

LOG && SHELL

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:3

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:26subsys/shell/Kconfig:22

Menu path: (top menu) → Shell Options → Enable shell

choice
    bool
    prompt "Max compiled-in log level for Shell" if LOG && SHELL
    default SHELL_LOG_LEVEL_INF if LOG && SHELL
    depends on LOG && SHELL

(Definitions include propagated dependencies, including from if’s and menus.)