The latest development version of this page may be more current than this released 1.14.1 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

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that imply this symbol

Kconfig definition

At subsys/logging/Kconfig:16

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

Menu path: (top menu) → Logging

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

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