We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9482d1 + e2f6ad6 commit 477ed8dCopy full SHA for 477ed8d
src/Microsoft.AspNetCore.Authentication.JwtBearer/LoggingExtensions.cs
@@ -16,7 +16,7 @@ static LoggingExtensions()
16
_tokenValidationFailed = LoggerMessage.Define<string>(
17
eventId: 1,
18
logLevel: LogLevel.Information,
19
- formatString: "Failed to validate the token {Token}.");
+ formatString: "Failed to validate the token {Token}");
20
_tokenValidationSucceeded = LoggerMessage.Define(
21
eventId: 2,
22
0 commit comments