:orphan: .. title:: choice: Log level for ICMPv6 .. _choice_427: .. describe:: choice: Log level for ICMPv6 *Log level for ICMPv6* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && \ :option:`NET_IPV6 ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_ICMPV6_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`NET_ICMPV6_LOG_LEVEL_OFF ` - \ :option:`NET_ICMPV6_LOG_LEVEL_ERR ` - \ :option:`NET_ICMPV6_LOG_LEVEL_WRN ` - \ :option:`NET_ICMPV6_LOG_LEVEL_INF ` - \ :option:`NET_ICMPV6_LOG_LEVEL_DBG ` - \ :option:`NET_ICMPV6_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:115`` → ``/net/ip/Kconfig.ipv6:162`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → IPv6 .. code-block:: kconfig choice bool "Log level for ICMPv6" default NET_ICMPV6_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_IPV6 && !NET_RAW_MODE && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*