Interface: ILoggingProcessorConfig
Configuration for the request logging processor.
Properties
includeBody?
optionalincludeBody:boolean
Include the body objects when logging the information.
fullBase64?
optionalfullBase64:boolean
Show the full base64 content for data, default to abbreviate.
obfuscateProperties?
optionalobfuscateProperties:string[]
List of property names to obfuscate, can be regex, defaults to "password".