-
CONFIG_NET_PKT_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 network packet and buffer allocation>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At subsys/net/Kconfig.template.log_config.net:36
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:22
→ subsys/net/Kconfig:80
→ subsys/net/ip/Kconfig:739
→ subsys/net/ip/Kconfig.debug:18
Menu path: (Top) → Networking → Link layer and IP networking support → IP stack → Enable network stack logging and debugging → Log level for network packet and buffer allocation
config NET_PKT_LOG_LEVEL_DBG bool "Debug" depends on <choice: Log level for network packet and buffer allocation> help Write to log with NET_DBG or LOG_DBG in addition to previous levels.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)