:orphan: .. title:: NET_6LO_LOG_LEVEL_DBG .. option:: CONFIG_NET_6LO_LOG_LEVEL_DBG *Debug* Type: ``bool`` Help ==== Write to log with NET_DBG or LOG_DBG in addition to previous levels. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig 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:98`` → ``subsys/net/ip/Kconfig.ipv6:147`` Menu path: (Top) → Networking → Link layer and IP networking support → IP stack → IPv6 → Enable 6lowpan IPv6 Compression library → Log level for 6LoWPAN library .. parsed-literal:: config NET_6LO_LOG_LEVEL_DBG bool "Debug" depends on \ :ref:` ` 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.)*