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

Commit

Permalink
Fix #2996 - Make InnerAttribute logs Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rynowak committed Aug 19, 2015
1 parent f1eefdb commit e61ebca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public async Task RouteAsync([NotNull] RouteContext context)
continue;
}

_logger.LogInformation(
_logger.LogVerbose(
"Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'.",
matchingEntry.RouteName,
matchingEntry.RouteTemplate);
Expand Down

0 comments on commit e61ebca

Please sign in to comment.