Skip to content

Commit adedf60

Browse files
authored
Update src/api/Elastic.Documentation.Api.Infrastructure/Adapters/Search/ElasticsearchGateway.cs
1 parent c9472fb commit adedf60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/Elastic.Documentation.Api.Infrastructure/Adapters/Search/ElasticsearchGateway.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ public ElasticsearchGateway(ElasticsearchOptions elasticsearchOptions, ILogger<E
117117
response.ElasticsearchServerError?.Error?.Reason ?? "Unknown");
118118
}
119119
else
120-
{
121120
_logger.LogInformation("RRF search completed for '{Query}'. Total hits: {TotalHits}", query, response.Total);
122-
}
123121

124122
return ProcessSearchResponse(response);
125123
}

0 commit comments

Comments
 (0)