Skip to content

Commit 477ed8d

Browse files
authored
Merge pull request #1 from muqeet-khan/muqeet-khan-patch-1
Updated logging extension to remove the period on ValidationFailed
2 parents a9482d1 + e2f6ad6 commit 477ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Authentication.JwtBearer/LoggingExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static LoggingExtensions()
1616
_tokenValidationFailed = LoggerMessage.Define<string>(
1717
eventId: 1,
1818
logLevel: LogLevel.Information,
19-
formatString: "Failed to validate the token {Token}.");
19+
formatString: "Failed to validate the token {Token}");
2020
_tokenValidationSucceeded = LoggerMessage.Define(
2121
eventId: 2,
2222
logLevel: LogLevel.Information,

0 commit comments

Comments
 (0)