:orphan: .. title:: choice: Log level for DNS-SD .. _choice_598: .. describe:: choice: Log level for DNS-SD *Log level for DNS-SD* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`DNS_SD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`DNS_SD_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`DNS_SD_LOG_LEVEL_OFF ` - \ :kconfig:`DNS_SD_LOG_LEVEL_ERR ` - \ :kconfig:`DNS_SD_LOG_LEVEL_WRN ` - \ :kconfig:`DNS_SD_LOG_LEVEL_INF ` - \ :kconfig:`DNS_SD_LOG_LEVEL_DBG ` - \ :kconfig:`DNS_SD_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:8`` → ``/net/lib/dns/Kconfig:246`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → Enable DNS Service Discovery .. code-block:: kconfig choice bool "Log level for DNS-SD" default DNS_SD_LOG_LEVEL_DEFAULT depends on NET_LOG && DNS_SD && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*