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

New logs are dropped

Type: bool

Direct dependencies

<choice: Log full strategy>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig:130

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

Menu path: (Top) → Logging → Log full strategy

config LOG_MODE_NO_OVERFLOW
    bool "New logs are dropped"
    depends on <choice: Log full strategy>

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