feat(Modules): load modules configs before Log initialization (#6104)
in order to properly load modules appenders and loggers
This commit is contained in:
parent
196f74fdad
commit
c568bdcc42
4 changed files with 15 additions and 9 deletions
|
|
@ -142,7 +142,7 @@ int Master::Run()
|
|||
LoadRealmInfo();
|
||||
|
||||
// Loading modules configs
|
||||
sConfigMgr->LoadModulesConfigs();
|
||||
sConfigMgr->PrintLoadedModulesConfigs();
|
||||
|
||||
///- Initialize the World
|
||||
sSecretMgr->Initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue