We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7538e commit 555c1a9Copy full SHA for 555c1a9
src/Producers/LdapProducer.cs
@@ -41,6 +41,7 @@ public override async Task Produce()
41
continue;
42
43
await Channel.Writer.WriteAsync(searchResult, cancellationToken);
44
+ Context.Logger.LogTrace("Producer wrote {DistinguishedName} to channel", searchResult.DistinguishedName);
45
}
46
47
0 commit comments