maintenance expiration vs build date checking code
This commit is contained in:
@@ -208,6 +208,11 @@ namespace AyaNova
|
||||
logger.Info($"AYANOVA SERVER {AyaNovaVersion.VersionString} BOOTING");
|
||||
|
||||
|
||||
#if (DEBUG)
|
||||
logger.Info($"### Linker timestamp is {Util.FileUtil.GetLinkerTimestampUtc(System.Reflection.Assembly.GetExecutingAssembly())}");
|
||||
|
||||
#endif
|
||||
|
||||
//log configuration
|
||||
logger.Info($"Config {DiagConfig}");
|
||||
logger.Debug($"Full configuration is {config.GetDebugView()}");
|
||||
@@ -294,7 +299,7 @@ namespace AyaNova
|
||||
catch (Exception e)
|
||||
{
|
||||
logger.Fatal(e, "E1090 - AyaNova server can't start due to unexpected exception during initialization");
|
||||
throw;
|
||||
//throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user