We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adds Serilog Request logging with some defaults and noise reduction for specified endpoints
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseSerilogRequestLoggingWithPactDefaults(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, params string[] noisyEndpointPatterns);
app Microsoft.AspNetCore.Builder.IApplicationBuilder
app
noisyEndpointPatterns System.String[] Any specific endpoint addresses to log at verbose level only
noisyEndpointPatterns
Microsoft.AspNetCore.Builder.IApplicationBuilder