Change LogLevel from Information to Debug (see #1517)
This commit is contained in:
parent
bd8ecd0268
commit
1927f65e97
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue