Skip to content

Commit

Permalink
Set default log level to DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
githubStinks authored and niondir committed Apr 7, 2021
1 parent 4e34f50 commit 54fe006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/debug/coap_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 54fe006

Please sign in to comment.