Skip to content

Commit

Permalink
Changed logLevel to Information instead of warning for EphemeralDataP…
Browse files Browse the repository at this point in the history
…rotectionProvider (#29405)

Fixes #29107
  • Loading branch information
ShreyasJejurkar authored Mar 19, 2021
1 parent 5d8208b commit 918172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataProtection/DataProtection/src/LoggingExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static LoggingExtensions()
formatString: "Encrypting using a null encryptor; secret information isn't being protected.");
_usingEphemeralDataProtectionProvider = LoggerMessage.Define(
eventId: new EventId(45, "UsingEphemeralDataProtectionProvider"),
logLevel: LogLevel.Warning,
logLevel: LogLevel.Information,
formatString: "Using ephemeral data protection provider. Payloads will be undecipherable upon application shutdown.");
_existingCachedKeyRingIsExpiredRefreshing = LoggerMessage.Define(
eventId: new EventId(46, "ExistingCachedKeyRingIsExpiredRefreshing"),
Expand Down

0 comments on commit 918172f

Please sign in to comment.