Quick question: where should I start looking if pu...
# typescript
q
Quick question: where should I start looking if pulumi up exits part way through preview with exit code 255. No error message, it just exits
It does print out the change summary (3 to create, 6 to update, etc)
I’m pretty sure it’s my code that caused the issue, since it’s only affecting my feature branch. But it is pretty difficult to troubleshoot without an error message
Since updating pulumi (2.16.x=>2.17.0) and @pulumi/aws (3.5.0=>3.23.0), it’s now printing an error message on exit.
(should have tried that earlier)
c
Try turning on verbose logging
Copy code
pulumi up --logtostderr -v=9 --debug