Skip to content

Commit

Permalink
Change ActionMethodExecuted to be Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rynowak committed Oct 22, 2015
1 parent 5fd7d58 commit dcec94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static ControllerActionInvokerLoggerExtensions()
"Executing action method {ActionName} with arguments ({Arguments}) - ModelState is {ValidationState}'");

_actionMethodExecuted = LoggerMessage.Define<string, string>(
LogLevel.Information,
LogLevel.Verbose,
2,
"Executed action method {ActionName}, returned result {ActionResult}.'");
}
Expand Down

0 comments on commit dcec94f

Please sign in to comment.