Skip to content

Commit

Permalink
Merge pull request #48 from leancodepl/publisher/fix-funnelled-publis…
Browse files Browse the repository at this point in the history
…her-log

Fix funnelled publisher log
  • Loading branch information
Dragemil authored Nov 8, 2023
2 parents 1abac8a + 623c47c commit 5ed1f83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public async Task PublishAsync(
logger.Information(
"Published notification {NotificationType} to {GroupCount} groups of topic {TopicType}",
payload.NotificationType,
payload.TopicType,
keys.Count()
keys.Count(),
payload.TopicType
);
}
}

0 comments on commit 5ed1f83

Please sign in to comment.