diff --git a/src/Ydb.Sdk/src/Driver.cs b/src/Ydb.Sdk/src/Driver.cs index 8ed5fc38..e4342ff2 100644 --- a/src/Ydb.Sdk/src/Driver.cs +++ b/src/Ydb.Sdk/src/Driver.cs @@ -180,11 +180,12 @@ private async Task DiscoverEndpoints() var options = GetCallOptions(requestSettings, false); options.Headers.Add(Metadata.RpcSdkInfoHeader, _sdkInfo); + _logger.LogInformation("3"); var response = await client.ListEndpointsAsync( request: request, options: options); - _logger.LogInformation("3"); + _logger.LogInformation("4"); if (!response.Operation.Ready) { var error = "Unexpected non-ready endpoint discovery operation."; @@ -199,7 +200,7 @@ private async Task DiscoverEndpoints() _logger.LogWarning($"Unsuccessful endpoint discovery: {status}"); return status; } - _logger.LogInformation("4"); + _logger.LogInformation("5"); if (response.Operation.Result is null) {