Search code examples
serilog

Why does the output log contain RequestId and TraceId?


Why does the output log contain RequestId and TraceId?vs2019 quickwatch image


Solution

  • For a good overview of what the purpose is, see this article.

    Those are the ASP.NET request correlation identifiers which the integration adds for correlation purposes.