AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

Default value for ActivityTrackingOptions not obvious

Open IGx89 opened this issue 1 year ago • 0 comments

Description

Hello! Under the "Automatically log scope..." section, both the text and the code appear to imply that SpanId, TraceId, ParentId, Baggage, and Tags are all enabled by default. Based on my experience however, only the first three are enabled by default. I'd recommend making it clearer what the default is vs. what all the options are.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-8.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/logging/index.md

Document ID

726e3bf1-f367-d733-8933-bccc04da0e16

Article author

@tdykstra


Associated WorkItem - 230274

IGx89 avatar Mar 13 '24 15:03 IGx89