Merge pull request #1522 from leastprivilege/patch-3

Change LogLevel from Information to Debug (see #1517)
This commit is contained in:
Eilon Lipton 2017-11-09 14:28:58 -08:00 committed by GitHub
commit 9d5d4978b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace Microsoft.Extensions.Logging
formatString: "{AuthenticationScheme} was not authenticated. Failure message: {FailureMessage}");
_authSchemeAuthenticated = LoggerMessage.Define<string>(
eventId: 8,
logLevel: LogLevel.Information,
logLevel: LogLevel.Debug,
formatString: "AuthenticationScheme: {AuthenticationScheme} was successfully authenticated.");
_authSchemeNotAuthenticated = LoggerMessage.Define<string>(
eventId: 9,