Changed default log level to INFO
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
#ifdef DEBUG
|
||||
_LOG_LEVEL LOG_LEVEL = LOG_LEVEL_DEBUG;
|
||||
#else
|
||||
_LOG_LEVEL LOG_LEVEL = LOG_LEVEL_ERROR;
|
||||
_LOG_LEVEL LOG_LEVEL = LOG_LEVEL_INFO;
|
||||
#endif
|
||||
Reference in New Issue
Block a user