This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# WELCOME TO AYANOVA 
|
||||
|
||||
## About this documentation
|
||||
<small>Last updated: 2020-March-30</small>
|
||||
<small>Last updated: 2020-August-11</small>
|
||||
|
||||
This manual has the following sections:
|
||||
|
||||
|
||||
@@ -619,8 +619,6 @@ namespace AyaNova
|
||||
_newLog.LogWarning($"### AYANOVA_SET_SUPERUSER_PW HAS BEEN USED TO RESET SUPER USER PASSWORD YOU CAN REMOVE THIS SETTING NOW ###");
|
||||
}
|
||||
|
||||
|
||||
|
||||
//Boot lock for generator
|
||||
ServerGlobalOpsSettingsCache.BOOTING = false;
|
||||
|
||||
@@ -628,15 +626,11 @@ namespace AyaNova
|
||||
_newLog.LogDebug("Setting server state open");
|
||||
apiServerState.SetOpen();
|
||||
|
||||
|
||||
//final startup log
|
||||
_newLog.LogInformation("Boot complete - server open");
|
||||
|
||||
#if (DEBUG)
|
||||
//Show in dev console that server is open (so I don't need to look in the log to see it)
|
||||
System.Diagnostics.Debugger.Log(1, "BOOT", "Startup.cs -> BOOT: COMPLETED - SERVER IS NOW OPEN");
|
||||
|
||||
#endif
|
||||
//flag in console that server is open
|
||||
System.Diagnostics.Debugger.Log(1, "BOOT", "BOOT: COMPLETED - SERVER IS NOW OPEN");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user