commit | cb3cf038ebbe6e561aeca10adffd575338bfca61 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Thu Sep 26 00:02:54 2019 +0000 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Thu Sep 26 01:06:28 2019 +0000 |
tree | 3ddc0059d82a006ffb11f1f8abc2755bf682732d | |
parent | 56bd3285b5ed22ec62fe314e96efb0b2adce06b1 [diff] |
Move logging from _request() to raw_request() rest_client log all request and response data when called via its get, post, put, delete method etc because logging is done in self._request(). But when any service client make API request via raw_request() then logging is not done. _request() method internally call the raw_request() method so moving the logging from _request() to raw_request() will not effect existing behavior. Change-Id: I096ea150bfdd1d700a15612a391142216f0fd0e8