为了便于排查线上的问题,想在日志中记录请求的 url ,请问在 Serilog 中需要实现?
ASP.NET Core 版的 Serilog 不支持 WithHttpRequestId()
WithHttpRequestId()
在 outputTemplate 中添加 {RequestPath} 即可
outputTemplate
{RequestPath}