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 has been archived by the owner on Dec 14, 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:
As for disabling it, you can filter out the category Microsoft.AspNet.Mvc.Routing.InnerAttributeRoute by whatever mechanism your logging system supports.
From @timothy-shields - moved from aspnet/Routing#202
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: