Azure / Azure/azure-storage-python
Provide a solution to turn off error logging
Open
- Dominant language
- Python
- Stars
- 343
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
### Which service(blob, file, queue) does this issue concern?
blob
### Which version of the SDK was used? Please provide the output of `pip freeze`.
the sdk integrated in latest azure cli
### What problem was encountered?
the following code always writes a message to stderr in azure cli. need a way to disable it as it pollutes the cli output for legitimate cases.
https://github.com/Azure/azure-storage-python/blob/master/azure-storage-common/azure/storage/common/storageclient.py#L440
### Have you found a mitigation/solution?
no
https://github.com/Azure/azure-cli/issues/16700
Contributor guide
Assessment
This issue has not been assessed yet.