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
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
I'm using 1.0.0-beta6. Microsoft.AspNet.Mvc.Routing.InnerAttributeRoute logs an awful lot at the info level. For example, when logging to console I get this kind of message every time a request hits my service:
info : [Microsoft.AspNet.Mvc.Routing.InnerAttributeRoute] Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'
Is there a way I can disable this? Or modify the level at which the InnerAttributeRoute logs?
The text was updated successfully, but these errors were encountered:
I just realized this should be an aspnet / Mvc issue instead, since that's where the InnerAttributeRoute class resides, but I don't know how to migrate it.
I'm using
1.0.0-beta6
.Microsoft.AspNet.Mvc.Routing.InnerAttributeRoute
logs an awful lot at the info level. For example, when logging to console I get this kind of message every time a request hits my service:Is there a way I can disable this? Or modify the level at which the
InnerAttributeRoute
logs?The text was updated successfully, but these errors were encountered: