We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8208b commit 918172fCopy full SHA for 918172f
src/DataProtection/DataProtection/src/LoggingExtensions.cs
@@ -334,7 +334,7 @@ static LoggingExtensions()
334
formatString: "Encrypting using a null encryptor; secret information isn't being protected.");
335
_usingEphemeralDataProtectionProvider = LoggerMessage.Define(
336
eventId: new EventId(45, "UsingEphemeralDataProtectionProvider"),
337
- logLevel: LogLevel.Warning,
+ logLevel: LogLevel.Information,
338
formatString: "Using ephemeral data protection provider. Payloads will be undecipherable upon application shutdown.");
339
_existingCachedKeyRingIsExpiredRefreshing = LoggerMessage.Define(
340
eventId: new EventId(46, "ExistingCachedKeyRingIsExpiredRefreshing"),
0 commit comments