Hi. Another question, how to see more information ...
# typescript
e
Hi. Another question, how to see more information from pulumi. For example, I can only see some truncated message:
And only after some time, I can see the message in the final output:
It would be better if I could see all the intermediate messages logged to some file.
For example, this kind of intermediate message:
a
Does the
--tracing file:
flag output anything useful?
e
Seems it outputs nothing.
l
-v 9 --logtostderr
usually helps.