https://pulumi.com logo
#azure
Title
# azure
m

mammoth-agency-10350

10/10/2022, 5:20 PM
With 3.42.0, messaging is now coming through by default on every cli command for azureblob backend. Any way to suppress these?
Copy code
2022/10/10 10:12:39 azureblob: constructed service URL: <azure storage account url>
2022/10/10 10:12:39 azureblob.URLOpener: using shared key credentials
Guessing these may have shown up with the Az CLI support... one hit in github on one of the messages. https://github.com/google/go-cloud/blob/2ae6e177616a04b94100982ad9f1197af3c41d71/blob/azureblob/azureblob.go#L271
e

echoing-dinner-19531

10/11/2022, 11:49 AM
Yeh these aren't from us, it's gocloud which is just writing to stdout. I think we can change that with
log.SetOutput
m

mammoth-agency-10350

10/11/2022, 5:35 PM
Cool. That would be great! Concerned that escaped stdout could impact our automation.
e

echoing-dinner-19531

10/12/2022, 8:50 AM
Issues been raised https://github.com/pulumi/pulumi/issues/10996 I expect it will be resolved for the next release
3 Views