pulumi / pulumi-cloud-import

Import infrastructure managed outside of Pulumi IaC into Pulumi Insights
Apache License 2.0
6 stars 2 forks source link

Enable provider-level debug logging #12

Open EvanBoyle opened 1 year ago

EvanBoyle commented 1 year ago

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 https://github.com/pulumi/pulumi-aws-native/issues/876

But debugging this category of issue would be easier if we had access to request-level debug logs as described in https://github.com/pulumi/pulumi-aws-native/issues/877