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