:orphan: .. title:: choice: Initial log level limit .. _choice_453: .. describe:: choice: Initial log level limit *Initial log level limit* Type: ``bool`` Direct dependencies =================== \ :option:`SHELL_BACKEND_TELNET ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_DEFAULT ` - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_DBG ` - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_INF ` - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_WRN ` - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_ERR ` - \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_NONE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:249`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend. .. parsed-literal:: choice bool "Initial log level limit" default \ :option:`SHELL_TELNET_INIT_LOG_LEVEL_DEFAULT ` depends on \ :option:`SHELL_BACKEND_TELNET ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*