Skip to content

Commit da41bac

Browse files
author
John Luo
committed
Feedback
1 parent d959c0b commit da41bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Core/src/Middleware/HttpsConnectionMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ internal static class HttpsConnectionMiddlewareLoggerExtensions
333333

334334
private static readonly Action<ILogger, Exception> _http2DefaultCiphersInsufficient =
335335
LoggerMessage.Define(
336-
logLevel: LogLevel.Warning,
336+
logLevel: LogLevel.Information,
337337
eventId: new EventId(4, "HTTP2DefaultCiphersInsufficient"),
338338
formatString: CoreStrings.HTTP2DefaultCiphersInsufficient);
339339

0 commit comments

Comments
 (0)