Skip to content

Commit

Permalink
Fix funnelled publisher log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragemil committed Nov 8, 2023
1 parent 1abac8a commit 623c47c
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 623c47c

Please sign in to comment.