Hi new to Pulumi. In typescript can I log my own m...
# general
l
Hi new to Pulumi. In typescript can I log my own messages to the pulumi console?
l
Yea, try the built in logging functionality: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/log/ start with info, because I find it a little tricky to deal with debug statements during the initial dev and test cycle.
l
thank you!