mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Adjust default Loginserver log settings [skip ci]
This commit is contained in:
parent
c2af87431a
commit
80ef4c7f9f
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user