CONFIG_LOG_CMDS

Enable shell commands

Type: bool

Direct dependencies

SHELL && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig:271

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Logging

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)