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;