Decrease log level for console stuff

This commit is contained in:
Vincent Barrilliot 2023-05-29 14:40:16 +02:00
parent 01eef127a0
commit 6e8b1e1e17

View file

@ -11,7 +11,7 @@
//#undef DEFAULT_LOG_LEVEL
#endif
#ifndef DEFAULT_LOG_LEVEL
#define DEFAULT_LOG_LEVEL LOG_TRACE
#define DEFAULT_LOG_LEVEL LOG_DEBUG
#endif
#include <string.h>