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