diagnostics icon indicating copy to clipboard operation
diagnostics copied to clipboard

dotnet trace should show filter data in output

Open davidfowl opened this issue 6 years ago • 0 comments

It shows everything but the filter data:

Provider Name                           Keywords            Level               Enabled By
Microsoft-Extensions-Logging            0x000000000000000C  Error(2)            --providers

Process        : /apps/AspNetCoreDiagnosticScenarios/Scenarios/bin/Debug/netcoreapp3.0/Scenarios
Output File    : /apps/AspNetCoreDiagnosticScenarios/Scenarios/trace.nettrace

[00:00:00:00]   Recording trace 102.00   (B)

For some providers, the filter data is important (like counters and Microsoft.Extensions.Logging)

davidfowl avatar Oct 06 '19 07:10 davidfowl