Changed default log level to INFO

This commit is contained in:
2015-10-15 14:52:59 +02:00
parent 0e4cbf4009
commit 4182ba52b8
+1 -1
View File
@@ -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