Not sure if this is Python specific or core specif...
# python
e
Not sure if this is Python specific or core specific but does anybody know if there's a way to have log methods only show up when a debug log level is set? Right now I'm using log.debug and messages are showing up even while just doing the normal
pulumi up
.
w
That’s doesn’t sound expected - and might be a Python-specific bug. Would you mind opening a GitHub issue?
e
Thanks. Submitted here: https://github.com/pulumi/pulumi/issues/4009 Looks like the issue only occurs when log.debug is called within Resource classes specifically
👍 1