This commit is contained in:
@@ -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}");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user