diff --git a/src/DataProtection/DataProtection/src/LoggingExtensions.cs b/src/DataProtection/DataProtection/src/LoggingExtensions.cs index f1706541123f..909d05008dc3 100644 --- a/src/DataProtection/DataProtection/src/LoggingExtensions.cs +++ b/src/DataProtection/DataProtection/src/LoggingExtensions.cs @@ -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"),