Skip to content
代码片段 群组 项目
未验证 提交 092ae999 编辑于 作者: github-actions[bot]'s avatar github-actions[bot] 提交者: GitHub
浏览文件

Fix event name of RequestLog. (#37044)

上级 8a9e0aad
No related branches found
No related tags found
无相关合并请求
......@@ -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);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册