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

CONFIG_LOG_CMDS

Enable shell commands

Type: bool

Direct dependencies

SHELL && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At subsys/logging/Kconfig.misc:14

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:32

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

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

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