diff --git a/src/Middleware/HttpLogging/src/HttpLoggingExtensions.cs b/src/Middleware/HttpLogging/src/HttpLoggingExtensions.cs index 887d659105ee961a8d6aea0785dd813e91133642..1f61d1b01c2d8f83886059ddae1ca18746158d5a 100644 --- a/src/Middleware/HttpLogging/src/HttpLoggingExtensions.cs +++ b/src/Middleware/HttpLogging/src/HttpLoggingExtensions.cs @@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.HttpLogging { public static void RequestLog(this ILogger logger, HttpRequestLog requestLog) => logger.Log( LogLevel.Information, - new EventId(1, "RequestLogLog"), + new EventId(1, "RequestLog"), requestLog, exception: null, formatter: HttpRequestLog.Callback);