mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +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();
|
set_exception_handler();
|
||||||
Log.LoadLogSettingsDefaults();
|
Log.LoadLogSettingsDefaults();
|
||||||
|
|
||||||
|
Log.log_settings[Logs::Error].log_to_console = Logs::General;
|
||||||
|
|
||||||
Log.Out(Logs::General, Logs::Login_Server, "Logging System Init.");
|
Log.Out(Logs::General, Logs::Login_Server, "Logging System Init.");
|
||||||
|
|
||||||
/* Parse out login.ini */
|
/* Parse out login.ini */
|
||||||
|
|||||||
@ -114,6 +114,9 @@ void CatchSignal(int sig_num);
|
|||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
RegisterExecutablePlatform(ExePlatformWorld);
|
RegisterExecutablePlatform(ExePlatformWorld);
|
||||||
Log.LoadLogSettingsDefaults();
|
Log.LoadLogSettingsDefaults();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set_exception_handler();
|
set_exception_handler();
|
||||||
|
|
||||||
/* Database Version Check */
|
/* Database Version Check */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user