Is there a way I can have logs (`pulumi.error`, `p...
# python
m
Is there a way I can have logs (
pulumi.error
,
pulumi.warn
etc) for a dynamic resource appear attached to the dynamic resource in the console output? Calling
pulumi.error(msg, self)
doesn't work.