Skip to content
New issue

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

Increase info/debug logging in Storage SDK #7774

Closed
rickle-msft opened this issue Jan 28, 2020 · 1 comment
Closed

Increase info/debug logging in Storage SDK #7774

rickle-msft opened this issue Jan 28, 2020 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)

Comments

@rickle-msft
Copy link
Contributor

Logging is limited to a very narrow set of operations right now--mostly to exceptions thrown with a bit more information in the retry policy about interactions on the network. It will help improve debugging if we make more liberal use of info and debug log levels to capture discrete steps in parallelized operations, etc.

Also of note, we should log the string to sign used in generating a sas. Customers frequently get 403s when using a sas, and it can be difficult to guide them getting the string to sign used by the sdk. Logging this would make troubleshooting these bugs much easier. The string to sign used for sas shouldn't contain any sensitive information, either.

@rickle-msft rickle-msft added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Jan 28, 2020
Copy link
Contributor

Hi @rickle-msft, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

1 participant