Using LogVerbose instead of LogInformation

This commit is contained in:
Ajay Bhargav Baaskaran 2015-06-16 14:33:05 -07:00
parent 328bdfd597
commit 7172608722
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace Microsoft.AspNet.Routing.Template
return;
}
_logger.LogInformation(
_logger.LogVerbose(
"Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'.",
Name,
RouteTemplate);