blob: 9534a72436847db1044c773952b5271f23d02bbf [file] [log] [blame]
Ghanshyam Mann47a41992019-10-02 16:56:26 +00001---
Matthew Treinish13c190d2019-10-04 10:41:53 -04002features:
Ghanshyam Mann47a41992019-10-02 16:56:26 +00003 - |
Matthew Treinish13c190d2019-10-04 10:41:53 -04004 A new kwarg, ``log_req_body``, was added to the
5 ``tempest.lib.common.rest_client.RestClient`` method ``raw_request()``.
6 This kwarg takes in a string which will be used in place of the request
7 body, which is logged by default. The intent of this option is to be used
8 for security reasons to avoid logging sensitive information that are part
9 of request bodies.