Merge pull request #5963 from HarbourMasters/develop-copper

Copper -> Dev fix (#5962)
This commit is contained in:
Malkierian
2025-11-14 12:46:51 -07:00
committed by GitHub

View File

@@ -295,12 +295,12 @@ void OTRGlobals::Initialize() {
#else
auto defaultLogLevel = spdlog::level::info;
#endif
context->InitConfiguration();
context->InitConsoleVariables();
auto logLevel =
static_cast<spdlog::level::level_enum>(CVarGetInteger(CVAR_DEVELOPER_TOOLS("LogLevel"), defaultLogLevel));
context->InitLogging(logLevel, logLevel);
Ship::Context::GetInstance()->GetLogger()->set_pattern("[%H:%M:%S.%e] [%s:%#] [%l] %v");
context->InitConfiguration();
context->InitConsoleVariables();
context->InitGfxDebugger();
context->InitFileDropMgr();