Using LogVerbose instead of LogInformation
This commit is contained in:
parent
328bdfd597
commit
7172608722
|
|
@ -137,7 +137,7 @@ namespace Microsoft.AspNet.Routing.Template
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogInformation(
|
_logger.LogVerbose(
|
||||||
"Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'.",
|
"Request successfully matched the route with name '{RouteName}' and template '{RouteTemplate}'.",
|
||||||
Name,
|
Name,
|
||||||
RouteTemplate);
|
RouteTemplate);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue