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
View File
@@ -89,6 +89,7 @@ int main() {
/* Register Log System and Settings */
database.LoadLogSysSettings(Log.log_settings);
Log.StartFileLogs();
if (signal(SIGINT, CatchSignal) == SIG_ERR) {
Log.Out(Logs::General, Logs::QS_Server, "Could not set signal handler");