Adjust default Loginserver log settings [skip ci]

This commit is contained in:
Akkadius 2015-12-09 23:24:53 -06:00
parent c2af87431a
commit 80ef4c7f9f
2 changed files with 5 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */