We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d457e commit 2e270a8Copy full SHA for 2e270a8
1 file changed
src/Server/Services/DefaultHttpClientProxy.cs
@@ -58,7 +58,6 @@ public async Task<HttpResponseMessage> SendAsync(string actualCaller, HttpReques
58
59
sw.Stop();
60
61
-
62
_logger?.LogInformation(
63
new EventId(1, actualCaller),
64
"{method} {uri} -> {statusCode} in {elapsed}ms",
0 commit comments