From 4182ba52b863e2a9dbc11ebea1cf5c24ba58672f Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Thu, 15 Oct 2015 14:52:59 +0200 Subject: [PATCH] Changed default log level to INFO --- src/game/Core/Util/Logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Core/Util/Logging.cpp b/src/game/Core/Util/Logging.cpp index a348383..11460eb 100644 --- a/src/game/Core/Util/Logging.cpp +++ b/src/game/Core/Util/Logging.cpp @@ -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 \ No newline at end of file