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
white-balloon-205
03/01/2020, 10:21 PM
That’s doesn’t sound expected - and might be a Python-specific bug. Would you mind opening a GitHub issue?