Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Logging Info instead of Warning for Authorization failure in Controll…
Browse files Browse the repository at this point in the history
…erActionInvoker
  • Loading branch information
ajaybhargavb committed Aug 16, 2016
1 parent a4ec3bb commit 8de4ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static MvcCoreLoggerExtensions()
"Executing FileResult, sending file as {FileDownloadName}");

_authorizationFailure = LoggerMessage.Define<object>(
LogLevel.Warning,
LogLevel.Information,
1,
"Authorization failed for the request at filter '{AuthorizationFilter}'.");

Expand Down

0 comments on commit 8de4ddc

Please sign in to comment.