diff --git a/src/interface/debug/coap_debug.h b/src/interface/debug/coap_debug.h index 5b5d6a7..a5424c8 100644 --- a/src/interface/debug/coap_debug.h +++ b/src/interface/debug/coap_debug.h @@ -27,7 +27,7 @@ #define COAP_LOG_LEVEL_ERROR 1 #define COAP_LOG_LEVEL_NONE 0 -#define COAP_LOG_LEVEL COAP_LOG_LEVEL_INFO +#define COAP_LOG_LEVEL COAP_LOG_LEVEL_DEBUG #define DEBUG_BUF_SIZE (500) extern char dbgBuf[DEBUG_BUF_SIZE];