Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
l
late-advantage-85073
02/22/2020, 3:51 AM
Hi new to Pulumi. In typescript can I log my own messages to the pulumi console?
l
loud-midnight-95614
02/22/2020, 3:55 AM
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
late-advantage-85073
02/22/2020, 3:57 AM
thank you!
Post