core: repair default log level

This commit is contained in:
Alexander Alekhin
2019-06-11 19:02:31 +03:00
parent 3f67623c26
commit 6c8ffe81d0
4 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ private:
};
LogLevel GlobalLoggingInitStruct::m_defaultUnconfiguredGlobalLevel = GlobalLoggingInitStruct::m_isDebugBuild
? LOG_LEVEL_DEBUG
? LOG_LEVEL_INFO
: LOG_LEVEL_WARNING;