:orphan: .. title:: choice: Log level for DNS-SD .. _choice_436: .. describe:: choice: Log level for DNS-SD *Log level for DNS-SD* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && \ :option:`DNS_SD ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DNS_SD_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`DNS_SD_LOG_LEVEL_OFF ` - \ :option:`DNS_SD_LOG_LEVEL_ERR ` - \ :option:`DNS_SD_LOG_LEVEL_WRN ` - \ :option:`DNS_SD_LOG_LEVEL_INF ` - \ :option:`DNS_SD_LOG_LEVEL_DBG ` - \ :option:`DNS_SD_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:226`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → Enable DNS Service Discovery .. parsed-literal:: choice bool "Log level for DNS-SD" default \ :option:`DNS_SD_LOG_LEVEL_DEFAULT ` depends on \ :option:`NET_LOG ` && \ :option:`DNS_SD ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*