This commit is contained in:
@@ -666,8 +666,12 @@ namespace AyaNova
|
||||
_newLog.LogInformation("Boot complete - server open");
|
||||
|
||||
//flag in console that server is open
|
||||
Console.WriteLine("BOOT: COMPLETED - SERVER IS NOW OPEN");
|
||||
Console.WriteLine("(ctrl-c here will force stop AyaNova server. Controlled shut down via AyaNova APP Operations ServerState page)");
|
||||
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
|
||||
Console.WriteLine("BOOT: COMPLETED - SERVER OPEN");
|
||||
Console.WriteLine($"AYANOVA_USE_URLS setting: \"{ServerBootConfig.AYANOVA_USE_URLS}\"");
|
||||
Console.WriteLine("Controlled shutdown: use AyaNova App. and \"Operations\" -> \"ServerState\" form");
|
||||
Console.WriteLine("Forced immediate shutdown: Ctrl-c key combination");
|
||||
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user