Open halter73 opened 6 years ago
The logging namespaces for Kestrel's HttpsConnectionAdapter and LoggingConnectionAdapter are changing in 2.2.0.
HttpsConnectionAdapter
Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionAdapter
LoggingConnectionAdapter
Microsoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal.LoggingConnectionAdapter
Here's an example HttpsConnectionAdapter log prior to the change:
dbug: HttpsConnectionAdapter[2] Authentication of the HTTPS connection timed out.
And after:
dbug: Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionAdapter[2] Authentication of the HTTPS connection timed out.
Please use aspnet/KestrelHttpServer#2941 for further discussions.
The logging namespaces for Kestrel's HttpsConnectionAdapter and LoggingConnectionAdapter are changing in 2.2.0.
HttpsConnectionAdapter
logging namespace is nowMicrosoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionAdapter
.LoggingConnectionAdapter
logging namespace is nowMicrosoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal.LoggingConnectionAdapter
.Here's an example HttpsConnectionAdapter log prior to the change:
And after: