You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix emitting warning status logs as visible messages (#445)
pulumi package add terraform module ... used to print "Using Terraform CLI for schema inference" to stdout. This is now fixed. The root cause is that DEBUG level messages were sent at INFO level to the engine on the wire by mistake.
0 commit comments