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
#python
Title
d
damp-elephant-82829
09/02/2020, 6:36 AM
Guys when you write custom components in Python, does the framework offers standard logging facilities or do you use plain python logging?
g
green-school-95910
09/02/2020, 6:51 AM
pulumi.debug/info/warn/error("some message", resource=self)
from inside the component
https://www.pulumi.com/docs/reference/pkg/python/pulumi/#logging%C2%B6
Post