6 writes to RequestPathLoggingMode
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Logging\AcceptanceTests.cs (1)
443
options.
RequestPathLoggingMode
= pathLoggingMode;
Logging\AcceptanceTests.Mvc.cs (2)
96
services => services.AddHttpLoggingRedaction(x => x.
RequestPathLoggingMode
= IncomingPathLoggingMode.Structured),
138
x.
RequestPathLoggingMode
= IncomingPathLoggingMode.Structured;
Logging\AcceptanceTests.Routing.cs (1)
173
options.
RequestPathLoggingMode
= IncomingPathLoggingMode.Structured;
Logging\LoggingOptionsValidationTests.cs (2)
25
.AddHttpLoggingRedaction(x => x.
RequestPathLoggingMode
= (IncomingPathLoggingMode)mode)
41
.AddHttpLoggingRedaction(x => x.
RequestPathLoggingMode
= mode)
2 references to RequestPathLoggingMode
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
55
_requestPathLogMode = EnsureRequestPathLoggingModeIsValid(optionsValue.
RequestPathLoggingMode
);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Logging\HttpLoggingServiceExtensionsTests.cs (1)
48
Assert.Equal(IncomingPathLoggingMode.Structured, options.
RequestPathLoggingMode
);