CONFIG_LOG_RUNTIME_FILTERING

Runtime filtering reconfiguration

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 <Zephyr>/subsys/logging/Kconfig.filtering:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:31<Zephyr>/subsys/logging/Kconfig:15

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

config LOG_RUNTIME_FILTERING
    bool "Runtime filtering reconfiguration"
    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.)