Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Switch InnerAttributeRoute to log at Debug level, or make it configurable #202

Closed
timothy-shields opened this issue Aug 19, 2015 · 2 comments

Comments

@timothy-shields
Copy link

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?

@timothy-shields
Copy link
Author

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.

@rynowak
Copy link
Member

rynowak commented Aug 19, 2015

Moved to aspnet/Mvc#2996

@rynowak rynowak closed this as completed Aug 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants