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