This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Switch InnerAttributeRoute to log at Debug level, or make it configurable #2996
Closed
Description
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:
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?