mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Add file log handling in every process
This commit is contained in:
@@ -57,6 +57,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
/* Register Log System and Settings */
|
||||
database.LoadLogSysSettings(Log.log_settings);
|
||||
Log.StartFileLogs();
|
||||
|
||||
ExportSpells(&database);
|
||||
ExportSkillCaps(&database);
|
||||
|
||||
@@ -54,6 +54,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
database.LoadLogSysSettings(Log.log_settings);
|
||||
Log.StartFileLogs();
|
||||
|
||||
ImportSpells(&database);
|
||||
ImportSkillCaps(&database);
|
||||
|
||||
Reference in New Issue
Block a user