diff --git a/loginserver/main.cpp b/loginserver/main.cpp index b5cf00102..55d745b92 100644 --- a/loginserver/main.cpp +++ b/loginserver/main.cpp @@ -44,6 +44,8 @@ int main() set_exception_handler(); Log.LoadLogSettingsDefaults(); + Log.log_settings[Logs::Error].log_to_console = Logs::General; + Log.Out(Logs::General, Logs::Login_Server, "Logging System Init."); /* Parse out login.ini */ diff --git a/world/net.cpp b/world/net.cpp index 6d8017de1..d7669ce12 100644 --- a/world/net.cpp +++ b/world/net.cpp @@ -114,6 +114,9 @@ void CatchSignal(int sig_num); int main(int argc, char** argv) { RegisterExecutablePlatform(ExePlatformWorld); Log.LoadLogSettingsDefaults(); + + + set_exception_handler(); /* Database Version Check */