Skip to content

Commit 918172f

Browse files
Changed logLevel to Information instead of warning for EphemeralDataProtectionProvider (#29405)
Fixes #29107
1 parent 5d8208b commit 918172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataProtection/DataProtection/src/LoggingExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static LoggingExtensions()
334334
formatString: "Encrypting using a null encryptor; secret information isn't being protected.");
335335
_usingEphemeralDataProtectionProvider = LoggerMessage.Define(
336336
eventId: new EventId(45, "UsingEphemeralDataProtectionProvider"),
337-
logLevel: LogLevel.Warning,
337+
logLevel: LogLevel.Information,
338338
formatString: "Using ephemeral data protection provider. Payloads will be undecipherable upon application shutdown.");
339339
_existingCachedKeyRingIsExpiredRefreshing = LoggerMessage.Define(
340340
eventId: new EventId(46, "ExistingCachedKeyRingIsExpiredRefreshing"),

0 commit comments

Comments
 (0)