https://pulumi.com logo
Title
c

calm-nest-80923

10/07/2021, 8:30 AM
Aloha! Is there a way to set the verbose logging mode for the node SDK? Or pass along arguments to the CLI? The way escapes me 😞
b

billowy-army-68599

10/07/2021, 4:53 PM
pulumi up --logtostderr -v=9
c

calm-nest-80923

10/08/2021, 9:19 AM
Thanks, I know those arguments, I’m wondering how to do it if you’re triggering pulumi up via the nodejs sdk - it itselfs runs an exec on the cli, but I don’t know how to pass along
--verbose=9
and I see no option to configure it 😞
b

billowy-army-68599

10/08/2021, 3:02 PM
oh, are you using automation api?
c

calm-nest-80923

10/08/2021, 3:19 PM
Yes 😄
Sorry, guess I used the wrong terminology
b

billowy-army-68599

10/08/2021, 3:39 PM
I understand now! Would you mind opening an issue? we should be able to add support for this
c

calm-nest-80923

10/08/2021, 8:36 PM
Sure, thanks!