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)
68if (_excludePathStartsWith.Length != 0 && ShouldExcludePath(context.Request.Path.Value!)) 191foreach (var excludedPath in _excludePathStartsWith)