-
Notifications
You must be signed in to change notification settings - Fork 163
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
Retry logs #726
Comments
@Band-Aid There are logs that are created by the |
@saguiitay Thanks but those logs are only visible in debug mode. I want to capture the logs as a object and export them as logs. |
@Band-Aid +1 @saguiitay For this, is it possible to use a mechanism such as Cocoa's Notification Center to publish events so that the programmer knows what is happening in the SDK? |
This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed. |
Description of the Issue
The box SDK natively handles retry attempts and there seems to be no way to get the retry attempt logs.
Is there a way to catch the retry logs from the sdk?
I would like to capture the logs to prevent retry events from happening in the future.
Steps to Reproduce
Trigger exponential backoff scenario such as 429, 500, etc
box-windows-sdk-v2/Box.V2/Request/HttpRequestHandler.cs
Line 80 in ee19006
Expected Behavior
Catch retry attempts
Error Message, Including Stack Trace
Screenshots
Versions Used
.Net SDK: latest version
Windows 10
The text was updated successfully, but these errors were encountered: