Fix #2996 - Make InnerAttribute logs Verbose

This commit is contained in:
Ryan Nowak 2015-08-19 08:43:20 -07:00
parent f1eefdb650
commit e61ebca116
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ namespace Microsoft.AspNet.Mvc.Routing
continue;
}
_logger.LogInformation(
_logger.LogVerbose(
"Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'.",
matchingEntry.RouteName,
matchingEntry.RouteTemplate);