This commit is contained in:
@@ -29,7 +29,7 @@ namespace AyaNova.Biz
|
||||
if (BackupIsRunning) return;
|
||||
if (!OnDemand)
|
||||
{
|
||||
log.LogTrace("Checking if backup should run");
|
||||
log.LogDebug("Checking if backup should run");
|
||||
if (!ServerGlobalOpsSettingsCache.Backup.Active)
|
||||
{
|
||||
log.LogDebug("Automatic backup is set to INACTIVE - not backing up");
|
||||
@@ -38,7 +38,7 @@ namespace AyaNova.Biz
|
||||
|
||||
if (DateTime.UtcNow < ServerGlobalOpsSettingsCache.NextBackup)
|
||||
{
|
||||
log.LogTrace("Not past backup time yet");
|
||||
log.LogDebug("Not past backup time yet");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user