Add file log handling in every process

This commit is contained in:
Akkadius
2015-01-20 06:15:56 -06:00
parent 9ae28d7619
commit e4829225f6
8 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ int main(int argc, char** argv) {
/* Register Log System and Settings */
Log.OnLogHookCallBackZone(&Zone::GMSayHookCallBackProcess);
database.LoadLogSysSettings(Log.log_settings);
Log.StartFileLogs("");
Log.StartFileLogs();
/* Guilds */
guild_mgr.SetDatabase(&database);