Ghanshyam Mann | 47a4199 | 2019-10-02 16:56:26 +0000 | [diff] [blame] | 1 | --- |
Matthew Treinish | 13c190d | 2019-10-04 10:41:53 -0400 | [diff] [blame] | 2 | features: |
Ghanshyam Mann | 47a4199 | 2019-10-02 16:56:26 +0000 | [diff] [blame] | 3 | - | |
Matthew Treinish | 13c190d | 2019-10-04 10:41:53 -0400 | [diff] [blame] | 4 | 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. |