You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http logging middleware in dotnet/extensions currently has the AddHttpLogging and UseHttpLoggingMidleware extension methods. AddHttpLogging conflicts with a function of the same name from aspnetcore. So we need better naming here.
The http logging middleware in dotnet/extensions currently has the AddHttpLogging and UseHttpLoggingMidleware extension methods. AddHttpLogging conflicts with a function of the same name from aspnetcore. So we need better naming here.