even more logging
This commit is contained in:
parent
fca3193074
commit
7be7246527
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ namespace BirdsiteLive.Pipeline.Processors
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
_logger.LogInformation("Sending " + tweets.Length + " tweets from user " + user + " to instance " + followersPerInstance.Key);
|
||||||
await _sendTweetsToSharedInbox.ExecuteAsync(tweets, user, followersPerInstance.Key, followersPerInstance.ToArray());
|
await _sendTweetsToSharedInbox.ExecuteAsync(tweets, user, followersPerInstance.Key, followersPerInstance.ToArray());
|
||||||
|
|
||||||
foreach (var f in followersPerInstance)
|
foreach (var f in followersPerInstance)
|
||||||
|
|
Loading…
Add table
Reference in a new issue