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.

Kconfig definition

At subsys/logging/Kconfig:120

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

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.)