We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blob
pip freeze
the sdk integrated in latest azure cli
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
no
Azure/azure-cli#16700
The text was updated successfully, but these errors were encountered:
really need this !!!
Sorry, something went wrong.
You can take this as reference to disable logger named azure.storage https://github.com/Azure/azure-storage-python/blob/master/tests/testcase.py#L99 remember to get a logger instance like this before disable it https://github.com/Azure/azure-storage-python/blob/master/tests/testcase.py#L84
Let me know if it doesn’t work.
No branches or pull requests
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
Azure/azure-cli#16700
The text was updated successfully, but these errors were encountered: