The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_WIFI_LOG_LEVEL_DBG

Debug

Type: bool

Help

Write to log with NET_DBG or LOG_DBG in addition to previous levels.

Direct dependencies

<choice: Log level for WiFi driver>

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

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:38

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:18

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → Log level for WiFi driver

config WIFI_LOG_LEVEL_DBG
    bool
    prompt "Debug" if <choice: Log level for WiFi driver>
    depends on <choice: Log level for WiFi driver>
    help
      Write to log with NET_DBG or LOG_DBG in addition to previous levels.

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