-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore(logging): enhanced logging upon receiving responses from the Mirror Node server #3422
chore(logging): enhanced logging upon receiving responses from the Mirror Node server #3422
Conversation
…rror Node server Signed-off-by: Logan Nguyen <[email protected]>
|
Test Results 19 files ± 0 274 suites +29 33m 36s ⏱️ -56s For more details on these failures, see this check. Results for commit 76c0394. ± Comparison against base commit fe6c0cf. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3422 +/- ##
==========================================
+ Coverage 85.20% 85.22% +0.02%
==========================================
Files 69 69
Lines 4711 4711
Branches 1048 1048
==========================================
+ Hits 4014 4015 +1
Misses 397 397
+ Partials 300 299 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…rror Node server (#3422) Signed-off-by: Logan Nguyen <[email protected]>
…ving responses from the Mirror Node server (#3422) to release/0.64 (#3426) chore(logging): enhanced logging upon receiving responses from the Mirror Node server (#3422) Signed-off-by: Logan Nguyen <[email protected]>
Description:
This PR enhances logging in the Relay to provide more detailed information when receiving responses from the Mirror Node server. The improved logs include critical context about the Mirror Node call and error-specific details to assist in debugging issues.
Related issue(s):
Fixes #3421
Notes for reviewer:
Checklist