https://pulumi.com logo
Title
n

nice-guitar-97142

01/28/2020, 4:42 PM
i upgraded to
@pulumi/pulumi
to 1.9.1 and
@pulumi/azure
to 1.11.0 and now get a lot of debug messages around registering resources and data sources for azure in the
Diagnostics
section of stdout every time i run
up
or
pre
. i am not running these commands with a
--debug
arg. is this expected behavior, or is it possible i have something mis-configured? (see image in thread)
✔️ 1
w

white-balloon-205

01/28/2020, 5:33 PM
cc @broad-dog-22463
b

broad-dog-22463

01/28/2020, 5:34 PM
I believe this is upstream :/ this is after the structure of the TF provider was refactored
n

nice-guitar-97142

01/28/2020, 5:36 PM
@broad-dog-22463 do we know which version of the upstream provider this may have been effected by?
b

broad-dog-22463

01/28/2020, 5:38 PM
I believe it started with v1.40.0 but I’d need to confirm this - I’ve not got my laptop open at this second
n

nice-guitar-97142

01/28/2020, 5:46 PM
sweet. no pressure at all was just wondering ig you knew
b

broad-dog-22463

01/28/2020, 5:57 PM
I’ll start to debug it and see what we can do about this
Can you tel me if you have any TF_ env vars set on your environment?
n

nice-guitar-97142

01/28/2020, 7:07 PM
and of course I had
TF_LOG=TRACE
. my bad.
sorry about that @broad-dog-22463. I had checked in my rc file but it was in another dotfile that was being referenced. this was due to the
TF_LOG=TRACE
environment variable
b

broad-dog-22463

01/28/2020, 7:19 PM
👍 all good!
glad it's ok 🙂
//cc @white-balloon-205
w

white-balloon-205

01/28/2020, 7:31 PM
👍