Hello all, I’m having a weird issue with pulumi p...
# typescript
c
Hello all, I’m having a weird issue with pulumi preview - it fails without an error message. Please note, this is running on compiled ts code, not TS directly, as we’ve had issues with ts-node vs typescript compilation discrepancies. The code works perfectly fine with ts, and with
pulumi preview
. I’m trying to find out why
Copy code
Resources:
    ~ 1 to update
    12 unchanged


Previewing update (MY_ORG/testing)


View Live: <https://app.pulumi.com/MY_ORG/pspdfkit/testing/previews/08b5eb87-3c10-4426-82a4-b26f9290b4aa>


 

MY_ORG/pspdfkit/testing preview failed (see errors in the pulumi update)
Previewing update (MY_ORG/testing)


View Live: <https://app.pulumi.com/MY_ORG/scan-upload/testing/previews/76289495-f575-4159-b68b-95cebac8bb60>


Error: ENOENT: no such file or directory, stat '/tmp/automation-logs-preview-A5gUeo/eventlog.txt'
Is there a way to enable verbose logging via an ENV var for Pulumi? Or how do you set verbose logging via the node / ts sdk? Issue does not seem to be related to: https://github.com/pulumi/pulumi/issues/6768 - which is the only issue I’ve found to have similar logs. Interestingly, only 2 services fail, the others work…