1 write to IncludeUnmatchedRoutes
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Logging\AcceptanceTests.cs (1)
324
}).AddHttpLoggingRedaction(options => options.
IncludeUnmatchedRoutes
= true),
1 reference to IncludeUnmatchedRoutes
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
63
_includeUnmatchedRoutes = optionsValue.
IncludeUnmatchedRoutes
;