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

fix(store): add error details to log output during header batch write #158

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

tzdybal
Copy link
Member

@tzdybal tzdybal commented Feb 20, 2024

Overview

The log output has been updated for a better troubleshooting experience when writing a batch of headers. Previously, when an error occurred, the log provided 'from' and 'to' ranges without specifying the actual error. Now, the 'err' parameter has been added to provide more information about the exact issue.

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates

The log output has been updated for a better troubleshooting experience when writing a batch of headers. Previously, when an error occurred, the log provided 'from' and 'to' ranges without specifying the actual error. Now, the 'err' parameter has been added to provide more information about the exact issue.
@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (aecd7cf) 63.01% compared to head (f04afa9) 62.95%.

Files Patch % Lines
store/store.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   63.01%   62.95%   -0.06%     
==========================================
  Files          39       39              
  Lines        3593     3593              
==========================================
- Hits         2264     2262       -2     
- Misses       1155     1157       +2     
  Partials      174      174              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tzdybal tzdybal enabled auto-merge (squash) February 22, 2024 07:52
@tzdybal tzdybal merged commit cb11d8c into main Mar 7, 2024
4 checks passed
@tzdybal tzdybal deleted the tzdybal/store_error_msg branch March 7, 2024 11:00
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.

None yet

5 participants