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
Please feel free to upvote Consider tflog http.Transport Implementation and we'll evaluate moving forwards with that issue on the basis of the level of community interest. Thanks.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Module version
current framework v1.7.0
Use-cases
Logging all backend API communications for debugging (esp. during provider development) should be simple.
Attempted Solutions
one can write a request/response logger manually, but it's some dozens of sloc for a common purpose
Proposal
Implement a ready-to-use "log all requests" component, like SDKv2 provides: https://pkg.go.dev/github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging#NewLoggingHTTPTransport
References
The text was updated successfully, but these errors were encountered: