How can I trace the raw CloudControl API calls bei...
# general
c
How can I trace the raw CloudControl API calls being made by the AWS native provider? The verbose logging (https://www.pulumi.com/docs/troubleshooting/#verbose-logging) does not seem to do the trick
g
I believe you'll see request/response information if you pass
--debug
c
Thanks Cameron, that flag certainly adds some additional debug output, but not the raw rpc call from the provider as far as I can tell. The full cmd I tried was
pulumi up --logtostderr -v=999 --debug
Not critical anyway, it was just so I could snoop on what was happening for the bug I reported yesterday (https://github.com/pulumi/pulumi-aws-native/issues/230) which looks to be fixed already (kudos!)