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