5 references to LogWarning
Microsoft.AspNetCore.Server.IISIntegration (1)
ForwardedTlsConnectionFeature.cs (1)
36
_logger.
LogWarning
(0, ex, "Failed to read the client certificate.");
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (2)
624
Log.
LogWarning
(0, ex, CoreStrings.RequestProcessingEndError);
637
Log.
LogWarning
(0, ex, CoreStrings.ConnectionShutdownError);
Internal\Http2\Http2Connection.cs (1)
438
Log.
LogWarning
(0, ex, CoreStrings.RequestProcessingEndError);
Internal\Http3\Http3Stream.cs (1)
705
Log.
LogWarning
(0, ex, "Stream threw an unexpected exception.");