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)
624Log.LogWarning(0, ex, CoreStrings.RequestProcessingEndError); 637Log.LogWarning(0, ex, CoreStrings.ConnectionShutdownError);
Internal\Http2\Http2Connection.cs (1)
438Log.LogWarning(0, ex, CoreStrings.RequestProcessingEndError);
Internal\Http3\Http3Stream.cs (1)
705Log.LogWarning(0, ex, "Stream threw an unexpected exception.");