1 write to _excludePathStartsWith
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
61
_excludePathStartsWith
= optionsValue.ExcludePathStartsWith.ToArray();
2 references to _excludePathStartsWith
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Logging\HttpLoggingRedactionInterceptor.cs (2)
68
if (
_excludePathStartsWith
.Length != 0 && ShouldExcludePath(context.Request.Path.Value!))
191
foreach (var excludedPath in
_excludePathStartsWith
)