The latest development version of this page may be more current than this released 1.14.1 version.
choice: Max compiled-in log level for TELNET shell backend

Max compiled-in log level for TELNET shell backend

Type: bool

Direct dependencies

LOG && SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:3

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:26subsys/shell/Kconfig:23subsys/shell/Kconfig.backends:254

Menu path: (top menu) → Shell Options → Enable shell → Enable shell backends

choice
    bool
    prompt "Max compiled-in log level for TELNET shell backend" if LOG && SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
    default SHELL_TELNET_LOG_LEVEL_INF if LOG && SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
    depends on LOG && SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL

(Definitions include propagated dependencies, including from if’s and menus.)