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
@@ -185,6 +185,7 @@ int main(int argc, char** argv) {
/* Register Log System and Settings */
database.LoadLogSysSettings(Log.log_settings);
Log.StartFileLogs();
if (argc >= 2) {
char tmp[2];