:orphan: .. title:: choice: Max compiled-in log level for TELNET shell backend .. _choice_454: .. describe:: choice: Max compiled-in log level for TELNET shell backend *Max compiled-in log level for TELNET shell backend* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`SHELL_BACKEND_TELNET ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SHELL_TELNET_LOG_LEVEL_INF ` Choice options ============== - \ :option:`SHELL_TELNET_LOG_LEVEL_OFF ` - \ :option:`SHELL_TELNET_LOG_LEVEL_ERR ` - \ :option:`SHELL_TELNET_LOG_LEVEL_WRN ` - \ :option:`SHELL_TELNET_LOG_LEVEL_INF ` - \ :option:`SHELL_TELNET_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:18`` → ``subsys/shell/Kconfig.backends:284`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend. .. parsed-literal:: choice bool "Max compiled-in log level for TELNET shell backend" default \ :option:`SHELL_TELNET_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`SHELL_BACKEND_TELNET ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*