:orphan: .. title:: NET_LOG .. option:: 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, ...). Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`LOG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.debug:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:832`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: menuconfig NET_LOG bool "Enable network stack logging and debugging" select \ :option:`LOG ` depends on \ :option:`NETWORKING ` 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.)*