diff --git a/Newsbot.Collector.Services/Jobs/DiscordNotificationJob.cs b/Newsbot.Collector.Services/Jobs/DiscordNotificationJob.cs index 80f1035..6ed4827 100644 --- a/Newsbot.Collector.Services/Jobs/DiscordNotificationJob.cs +++ b/Newsbot.Collector.Services/Jobs/DiscordNotificationJob.cs @@ -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);