You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
rhowe
changed the title
When debugging is enabled, set the AWS SDK log level to LogDebugWithHTTPBody
When debugging is enabled for the Cloudstor plugin, set the AWS SDK log level to LogDebugWithHTTPBody
Oct 14, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: