:orphan: .. title:: choice SHELL_RTT_LOG_LEVEL_CHOICE: Max compiled-in log level for RTT shell backend .. _choice_623: .. describe:: choice SHELL_RTT_LOG_LEVEL_CHOICE: Max compiled-in log level for RTT shell backend *Max compiled-in log level for RTT shell backend* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`SHELL_BACKEND_RTT ` && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SHELL_RTT_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`SHELL_RTT_LOG_LEVEL_OFF ` - \ :kconfig:`SHELL_RTT_LOG_LEVEL_ERR ` - \ :kconfig:`SHELL_RTT_LOG_LEVEL_WRN ` - \ :kconfig:`SHELL_RTT_LOG_LEVEL_INF ` - \ :kconfig:`SHELL_RTT_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` → ``/shell/Kconfig.backends:187`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable RTT backend .. code-block:: kconfig choice SHELL_RTT_LOG_LEVEL_CHOICE bool "Max compiled-in log level for RTT shell backend" default SHELL_RTT_LOG_LEVEL_INF depends on LOG && SHELL_BACKEND_RTT && SHELL_BACKENDS && SHELL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*