8 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.IntegrationTesting (3)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (3)
126
Logger.
LogWarning
(0, ex, "Failed to stop the server.");
136
Logger.
LogWarning
(0, ex, $"Failed to delete the deployed folder '{_deployedFolderPathInFileShare}'.");
146
Logger.
LogWarning
(0, ex, $"Failed to delete the locally published folder '{DeploymentParameters.PublishedApplicationRootPath}'.");
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (2)
609
Log.
LogWarning
(0, ex, CoreStrings.RequestProcessingEndError);
622
Log.
LogWarning
(0, ex, CoreStrings.ConnectionShutdownError);
Internal\Http2\Http2Connection.cs (1)
434
Log.
LogWarning
(0, ex, CoreStrings.RequestProcessingEndError);
Internal\Http3\Http3Stream.cs (1)
669
Log.
LogWarning
(0, ex, "Stream threw an unexpected exception.");