The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LOG_CMDS

Enable shell commands

Type: bool

Direct dependencies

SHELL && LOG

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

Defaults

Kconfig definition

At subsys/logging/Kconfig:205

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_CMDS
    bool
    prompt "Enable shell commands" if SHELL && LOG
    default "y" if SHELL && SHELL && LOG
    depends on SHELL && LOG

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