You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have either a .NET Core 3.1 or .NET 5 application handy, could you try to reproduce this there? It might be a regression in the defaults provided by the runtime starting in .NET 6.
Description
Logs from dotnet-monitor don't incude TraceId and SpanId scopes.
Configuration:
What I see in console:
what I get from dotnet-monitor via POST /logs?pid=1
{ "filterSpecs": { "System.Net.Http.HttpClient": "Information" }, "useAppFilters": false }
Configuration
dotnet info
Regression?
Probably, sample responses in docs have traceId and spanId:
The text was updated successfully, but these errors were encountered: