We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ebe19 commit 9f4496bCopy full SHA for 9f4496b
src/Ydb.Sdk/src/Services/Topic/Reader/Reader.cs
@@ -96,8 +96,6 @@ private async Task Initialize()
96
{
97
if (_disposeCts.IsCancellationRequested)
98
99
- _logger.LogInformation("Initialize reader is canceled because it has been disposed");
100
-
101
return;
102
}
103
src/Ydb.Sdk/src/Services/Topic/Writer/Writer.cs
@@ -195,8 +195,6 @@ private async Task Initialize()
195
196
if (_isStopped)
197
198
- _logger.LogInformation("Initialize writer is stopped because it has been disposed");
199
200
201
202
0 commit comments