Debug logs in fetcher/sender, fixed error in HS

This commit is contained in:
2020-03-02 18:10:19 +04:00
parent a151c37f94
commit ef7d8a7d14
5 changed files with 12 additions and 3 deletions
@@ -156,6 +156,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Service
};
_queue.Enqueue(message);
_logger.LogDebug($"Enqueued message for {subscriber.SubscriberId}");
}
}
}