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

Logging

Type: bool

Help

Global switch for the logger, when turned off log calls will not be compiled in.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/logging/Kconfig:7

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

Menu path: (top menu)

menuconfig LOG
    bool
    prompt "Logging"
    help
      Global switch for the logger, when turned off log calls will not be
      compiled in.

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