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 3f682d4 commit f2a8e7aCopy full SHA for f2a8e7a
src/Middleware/HttpLogging/src/HttpLoggingExtensions.cs
@@ -9,7 +9,7 @@ internal static partial class HttpLoggingExtensions
9
{
10
public static void RequestLog(this ILogger logger, HttpRequestLog requestLog) => logger.Log(
11
LogLevel.Information,
12
- new EventId(1, "RequestLogLog"),
+ new EventId(1, "RequestLog"),
13
requestLog,
14
exception: null,
15
formatter: HttpRequestLog.Callback);
0 commit comments