Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable provider-level debug logging #12

Open
EvanBoyle opened this issue Apr 13, 2023 · 0 comments
Open

Enable provider-level debug logging #12

EvanBoyle opened this issue Apr 13, 2023 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@EvanBoyle
Copy link
Contributor

For AWS in particular, it would be nice to have request-level details to debug programs that are taking a long time or appear to be stuck.

In my experience, this indicates that some resource within the cloud control API has a bug (for example returning a retriable 500 error code for an error that should be a 404). Probably the fix for that is something like pulumi/pulumi-aws-native#876

But debugging this category of issue would be easier if we had access to request-level debug logs as described in pulumi/pulumi-aws-native#877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant