Merge pull request #1549 from muqeet-khan/dev

Updated logging extension to remove the period on ValidationFailed
This commit is contained in:
Eilon Lipton 2017-12-07 14:15:18 -08:00 committed by GitHub
commit b57757fa99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace Microsoft.Extensions.Logging
_tokenValidationFailed = LoggerMessage.Define<string>(
eventId: 1,
logLevel: LogLevel.Information,
formatString: "Failed to validate the token {Token}.");
formatString: "Failed to validate the token {Token}");
_tokenValidationSucceeded = LoggerMessage.Define(
eventId: 2,
logLevel: LogLevel.Information,