:orphan: .. title:: choice: Log level for ICMPv6 .. _choice_570: .. describe:: choice: Log level for ICMPv6 *Log level for ICMPv6* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_IPV6 ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_OFF ` - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_ERR ` - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_WRN ` - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_INF ` - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_DBG ` - \ :kconfig:`NET_ICMPV6_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:115`` → ``/net/ip/Kconfig.ipv6:179`` 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.)*