This commit is contained in:
2022-03-27 18:19:55 +00:00
parent 81682d2a42
commit cebaa3548a

View File

@@ -654,6 +654,11 @@ namespace AyaNova
}); });
//Log schema version into server log (would only otherwise log if schema was out of date)
_newLog.LogInformation($"DB Schema version - {AyaNova.Util.AySchema.currentSchema}");
ServerBootConfig.BOOT_DIAGNOSTIC_INFO.Add("DB Schema version", AyaNova.Util.AySchema.currentSchema.ToString());
//Log the active user count so it's in the log record //Log the active user count so it's in the log record
_newLog.LogInformation($"Active techs - {UserBiz.ActiveCountAsync().Result}"); _newLog.LogInformation($"Active techs - {UserBiz.ActiveCountAsync().Result}");