:orphan: .. title:: choice: Log level for CoAP .. _choice_594: .. describe:: choice: Log level for CoAP *Log level for CoAP* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`COAP ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`COAP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`COAP_LOG_LEVEL_OFF ` - \ :kconfig:`COAP_LOG_LEVEL_ERR ` - \ :kconfig:`COAP_LOG_LEVEL_WRN ` - \ :kconfig:`COAP_LOG_LEVEL_INF ` - \ :kconfig:`COAP_LOG_LEVEL_DBG ` - \ :kconfig:`COAP_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:6`` → ``/net/lib/coap/Kconfig:88`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support .. code-block:: kconfig choice bool "Log level for CoAP" default COAP_LOG_LEVEL_DEFAULT depends on NET_LOG && COAP && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*