fix(Core/Logging): revert commit e3432102f7e66968f53c6e9afb11d7844e95… (#21593)
This commit is contained in:
parent
826b55dffb
commit
6f38d3c817
1 changed files with 3 additions and 3 deletions
|
|
@ -172,10 +172,10 @@ void World::LoadConfigSettings(bool reload)
|
|||
LOG_ERROR("server.loading", "World settings reload fail: can't read settings.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
sLog->LoadFromConfig();
|
||||
sMetric->LoadFromConfigs();
|
||||
sLog->LoadFromConfig();
|
||||
sMetric->LoadFromConfigs();
|
||||
}
|
||||
|
||||
// Set realm id and enable db logging
|
||||
sLog->SetRealmId(realm.Id.Realm);
|
||||
|
|
|
|||
Loading…
Reference in a new issue