httpLogObfuscator
Sets the a HttpLogObfuscator used to keep sensitive information in HTTP requests from being displayed in the log. Logs containing tokens, passwords or custom function arguments and the result of computing these will be obfuscated by default. Logs will not be obfuscated if the value is set to null
.
Return
the Builder instance used.
Parameters
httpLogObfuscator
the HTTP log obfuscator to be used or null
if obfuscation should be disabled.