diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs index f1a590c291..1cfbb6008d 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs @@ -21,7 +21,7 @@ namespace Microsoft.AspNet.Mvc.Logging "Executing action method {ActionName} with arguments ({Arguments}) - ModelState is {ValidationState}'"); _actionMethodExecuted = LoggerMessage.Define( - LogLevel.Information, + LogLevel.Verbose, 2, "Executed action method {ActionName}, returned result {ActionResult}.'"); }