diff --git a/src/DataProtection/DataProtection/src/LoggingExtensions.cs b/src/DataProtection/DataProtection/src/LoggingExtensions.cs index 9978de1bc08e..91e90357a325 100644 --- a/src/DataProtection/DataProtection/src/LoggingExtensions.cs +++ b/src/DataProtection/DataProtection/src/LoggingExtensions.cs @@ -327,7 +327,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"),