This commit is contained in:
2020-07-29 21:01:26 +00:00
parent b7028b7d02
commit b30a911351
4 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ namespace AyaNova.Biz
log.LogTrace("Checking if backup should run");
if (!ServerGlobalOpsSettingsCache.Backup.Active)
{
log.LogTrace("Automatic backup is set to INACTIVE - not backing up");
log.LogDebug("Automatic backup is set to INACTIVE - not backing up");
return;
}