:orphan: .. title:: choice: Log level for DNS resolver .. _choice_433: .. describe:: choice: Log level for DNS resolver *Log level for DNS resolver* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && \ :option:`DNS_RESOLVER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DNS_RESOLVER_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`DNS_RESOLVER_LOG_LEVEL_OFF ` - \ :option:`DNS_RESOLVER_LOG_LEVEL_ERR ` - \ :option:`DNS_RESOLVER_LOG_LEVEL_WRN ` - \ :option:`DNS_RESOLVER_LOG_LEVEL_INF ` - \ :option:`DNS_RESOLVER_LOG_LEVEL_DBG ` - \ :option:`DNS_RESOLVER_LOG_LEVEL_DEFAULT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:8`` → ``subsys/net/lib/dns/Kconfig:112`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → DNS resolver .. parsed-literal:: choice bool "Log level for DNS resolver" default \ :option:`DNS_RESOLVER_LOG_LEVEL_DEFAULT ` depends on \ :option:`NET_LOG ` && \ :option:`DNS_RESOLVER ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*