How can I see the stdout of a Pulumi plug-in? In t...
# general
f
How can I see the stdout of a Pulumi plug-in? In this case, it is a Terraform-bridge one. Say this specific print: https://github.com/cyrilgdn/terraform-provider-postgresql/blob/a961e75c59b360f9010[…]e1da8ecfea/postgresql/resource_postgresql_default_privileges.go
Interestingly, that path causes a very non-descriptive error of (as to why it does not exist) of "Resource provider reported that the resource did not exist while updating urnpulumiprod:first real projectpostgresqlindex/defaultPrivilegesDefaultPrivileges:my-test-user-privileges."
Having the stdout of that provider would've saved ~30 minutes of debugging
m
Do these instructions help? I don’t know the precise log level you need ATM.
f
Thanks! Those options mixed together (especially with
--logflow
to propagate to providers) worked!