3 writes to RequestBodyLogLimit
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingInterceptorContext.cs (1)
140RequestBodyLogLimit = 0;
HttpLoggingMiddleware.cs (2)
83logContext.RequestBodyLogLimit = options.RequestBodyLogLimit; 90logContext.RequestBodyLogLimit = loggingAttribute.RequestBodyLogLimit;
1 reference to RequestBodyLogLimit
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
170logContext.RequestBodyLogLimit,