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

Fix http logging log typo (#36950)


Co-authored-by: default avatarWeihan Li <weihanli@outlook.com>
上级 366a6180
No related branches found
No related tags found
无相关合并请求
...@@ -26,7 +26,7 @@ namespace Microsoft.AspNetCore.HttpLogging ...@@ -26,7 +26,7 @@ namespace Microsoft.AspNetCore.HttpLogging
[LoggerMessage(4, LogLevel.Information, "ResponseBody: {Body}", EventName = "ResponseBody")] [LoggerMessage(4, LogLevel.Information, "ResponseBody: {Body}", EventName = "ResponseBody")]
public static partial void ResponseBody(this ILogger logger, string body); public static partial void ResponseBody(this ILogger logger, string body);
[LoggerMessage(5, LogLevel.Debug, "Decode failure while converting body.", EventName = "DecodeFaulure")] [LoggerMessage(5, LogLevel.Debug, "Decode failure while converting body.", EventName = "DecodeFailure")]
public static partial void DecodeFailure(this ILogger logger, Exception ex); public static partial void DecodeFailure(this ILogger logger, Exception ex);
[LoggerMessage(6, LogLevel.Debug, "Unrecognized Content-Type for body.", EventName = "UnrecognizedMediaType")] [LoggerMessage(6, LogLevel.Debug, "Unrecognized Content-Type for body.", EventName = "UnrecognizedMediaType")]
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册