https://pulumi.com logo
#general
Title
# general
f

full-oxygen-23886

11/08/2023, 5:57 AM
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

melodic-tomato-39005

11/08/2023, 9:29 AM
Do these instructions help? I don’t know the precise log level you need ATM.
f

full-oxygen-23886

11/08/2023, 3:06 PM
Thanks! Those options mixed together (especially with
--logflow
to propagate to providers) worked!