This commit is contained in:
2020-08-11 18:36:02 +00:00
parent ef931bac0a
commit 70473c44f3
2 changed files with 3 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# WELCOME TO AYANOVA ![AyaNovaIcon](img/ayanovaicon60x60.png)
## About this documentation
<small>Last updated: 2020-March-30</small>
<small>Last updated: 2020-August-11</small>
This manual has the following sections:

View File

@@ -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");
}