:orphan: .. title:: COAP_LOG_LEVEL_WRN .. option:: CONFIG_COAP_LOG_LEVEL_WRN *Warning* Type: ``bool`` Help ==== Write to log with NET_WARN or LOG_WRN in addition to previous level. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.template.log_config.net:28`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:24`` → ``subsys/net/Kconfig:84`` → ``subsys/net/lib/Kconfig:9`` → ``subsys/net/lib/coap/Kconfig:69`` Menu path: (top menu) → Networking → Link layer and IP networking support → Network Protocols → CoAP Support → Log level for CoAP .. parsed-literal:: config COAP_LOG_LEVEL_WRN bool prompt "Warning" if \ :ref:` ` depends on \ :ref:` ` help Write to log with NET_WARN or LOG_WRN in addition to previous level. *(Definitions include propagated dependencies, including from if's and menus.)*