fix(Core/World): Load metric and log configs at start (#21243)
This commit is contained in:
parent
971ebcae31
commit
e3432102f7
1 changed files with 3 additions and 3 deletions
|
|
@ -171,11 +171,11 @@ 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…
Add table
Add a link
Reference in a new issue