Aloha! Is there a way to set the verbose logging ...
# general
c
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
pulumi up --logtostderr -v=9
c
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
oh, are you using automation api?
c
Yes 😄
Sorry, guess I used the wrong terminology
b
I understand now! Would you mind opening an issue? we should be able to add support for this
c
Sure, thanks!