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

Commit e61ebca

Browse files
committed
Fix #2996 - Make InnerAttribute logs Verbose
1 parent f1eefdb commit e61ebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Mvc.Core/Routing/InnerAttributeRoute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public async Task RouteAsync([NotNull] RouteContext context)
133133
continue;
134134
}
135135

136-
_logger.LogInformation(
136+
_logger.LogVerbose(
137137
"Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'.",
138138
matchingEntry.RouteName,
139139
matchingEntry.RouteTemplate);

0 commit comments

Comments
 (0)