Skip to content

Commit 555c1a9

Browse files
committed
chore: log DNs written to channel
1 parent fa7538e commit 555c1a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Producers/LdapProducer.cs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public override async Task Produce()
4141
continue;
4242

4343
await Channel.Writer.WriteAsync(searchResult, cancellationToken);
44+
Context.Logger.LogTrace("Producer wrote {DistinguishedName} to channel", searchResult.DistinguishedName);
4445
}
4546
}
4647

0 commit comments

Comments
 (0)