expanded logging on DiscordNotificationJob.cs (#17)
This commit is contained in:
parent
09fe274752
commit
1bc9b8d842
@ -100,7 +100,10 @@ public class DiscordNotificationJob
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error($"Failed to post message to Discord. {e}");
|
||||
continue;
|
||||
_logger.Debug($"Queue Record: {request.ID}");
|
||||
_logger.Debug($"Article: {articleDetails.ID}");
|
||||
_logger.Debug($"Source: {sourceDetails.ID}");
|
||||
_logger.Debug($"Subscription: {sub.ID}");
|
||||
}
|
||||
|
||||
Thread.Sleep(3000);
|
||||
|
Loading…
Reference in New Issue
Block a user