:orphan: .. title:: choice SHELL_LOG_LEVEL_CHOICE: Max compiled-in log level for Shell .. _choice_620: .. describe:: choice SHELL_LOG_LEVEL_CHOICE: Max compiled-in log level for Shell *Max compiled-in log level for Shell* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SHELL_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`SHELL_LOG_LEVEL_OFF ` - \ :kconfig:`SHELL_LOG_LEVEL_ERR ` - \ :kconfig:`SHELL_LOG_LEVEL_WRN ` - \ :kconfig:`SHELL_LOG_LEVEL_INF ` - \ :kconfig:`SHELL_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig choice SHELL_LOG_LEVEL_CHOICE bool "Max compiled-in log level for Shell" default SHELL_LOG_LEVEL_INF depends on LOG && SHELL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*