-
CONFIG_NET_LOG
¶
Enable network stack logging and debugging
Type: bool
Help¶
Enable logging in various parts of the network stack. Specific debugging options to other sub-menus will be unlocked as well (IPv6, IPv4, …).
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig.debug:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:832
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
menuconfig NET_LOG bool "Enable network stack logging and debugging" selectLOG
depends onNETWORKING
help Enable logging in various parts of the network stack. Specific debugging options to other sub-menus will be unlocked as well (IPv6, IPv4, ...).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)