Change ActionMethodExecuted to be Verbose

This commit is contained in:
Ryan Nowak 2015-10-22 10:21:36 -07:00
parent 5fd7d58ccd
commit dcec94f6d9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace Microsoft.AspNet.Mvc.Logging
"Executing action method {ActionName} with arguments ({Arguments}) - ModelState is {ValidationState}'"); "Executing action method {ActionName} with arguments ({Arguments}) - ModelState is {ValidationState}'");
_actionMethodExecuted = LoggerMessage.Define<string, string>( _actionMethodExecuted = LoggerMessage.Define<string, string>(
LogLevel.Information, LogLevel.Verbose,
2, 2,
"Executed action method {ActionName}, returned result {ActionResult}.'"); "Executed action method {ActionName}, returned result {ActionResult}.'");
} }