Fix #2996 - Make InnerAttribute logs Verbose
This commit is contained in:
parent
f1eefdb650
commit
e61ebca116
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue