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;
}

View File

@@ -78,7 +78,7 @@ namespace AyaNova.Biz
}
if (ret != "notfound")
{
//I'm thinking do not log internally failed except as trace event as this would fill up log file
//I'm thinking do not log internally failed except as debug event as this would fill up log file
//instead if they have a license issue they can do manual fetch and then that will log so they can see error
//(also it will return an error to the client)
log.LogDebug($"FetchLicense - failed: {ret}");

View File

@@ -107,7 +107,7 @@ namespace AyaNova.Biz
//All items have an event date, for non time delayed events it's just the moment it was created
//which will predate this moment now if it's pre-existing
var events = await ct.NotifyEvent.Include(z => z.NotifySubscription).ToListAsync();
log.LogTrace($"Found {events.Count} NotifyEvents to examine for potential delivery");
log.LogDebug($"Found {events.Count} NotifyEvents to examine for potential delivery");
//cache translations
//Get all subscription unique userId's that aren't inapp deliveries