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

Enable runtime reconfiguration of the logger

Type: bool

Help

Allow runtime configuration of maximal, independent severity level for instance.

Direct dependencies

!LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that imply this symbol

Kconfig definition

At subsys/logging/Kconfig:25

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:18

Menu path: (Top) → Logging

config LOG_RUNTIME_FILTERING
    bool "Enable runtime reconfiguration of the logger"
    depends on !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      Allow runtime configuration of maximal, independent severity
      level for instance.

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