for-aws icon indicating copy to clipboard operation
for-aws copied to clipboard

When debugging is enabled for the Cloudstor plugin, set the AWS SDK log level to LogDebugWithHTTPBody

Open rhowe opened this issue 6 years ago • 0 comments

Expected behavior

When DEBUG=1 is set for the plugin, the debug logs should log the AWS request bodies so that it's possible to see what requests are being made to the AWS APIs.

Actual behavior

Currently just the request and response headers are logged

Information

https://docs.aws.amazon.com/sdk-for-go/api/aws/#LogLevelType

rhowe avatar Oct 14 '19 13:10 rhowe