https://pulumi.com logo
Title
c

colossal-boots-62227

11/17/2021, 3:47 AM
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

gentle-diamond-70147

11/18/2021, 12:37 AM
I believe you'll see request/response information if you pass
--debug
c

colossal-boots-62227

11/18/2021, 1:54 AM
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!)