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

Logs for electrum connection #3715

Merged
merged 4 commits into from
Sep 14, 2023
Merged

Conversation

dimpar
Copy link
Contributor

@dimpar dimpar commented Sep 14, 2023

Refs the discussion #3701 (comment)

Electrum client calls sometimes are prone to timeouts or other issues.
For debugging purposes we wrap electrum client calls with a logger and measure the time it takes to complete a call.

In case of electrum client timeouts/errors we wrap these calls to
measure the time it takes to complete it. In case of a sucessfull call
the elapsed time might be also benefitial for debugging purposes.
In case of electrum client timeouts/errors we wrap these calls to
measure the time it takes to complete it. In case of a sucessfull call
the elapsed time might be also benefitial for debugging purposes.
@lukasz-zimnoch lukasz-zimnoch added this to the v2.0.0-m5 milestone Sep 14, 2023
@lukasz-zimnoch lukasz-zimnoch merged commit 0bef44a into main Sep 14, 2023
28 of 29 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the logs-for-electrum-connection branch September 14, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants