-
Notifications
You must be signed in to change notification settings - Fork 120
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
feat(logs): prints git metadata and platform info when zebrad starts up #5200
Conversation
Would you mind showing us what the output looks like in the logs? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5200 +/- ##
==========================================
- Coverage 79.14% 79.09% -0.06%
==========================================
Files 307 307
Lines 39218 39224 +6
==========================================
- Hits 31040 31023 -17
- Misses 8178 8201 +23 |
Looks like
|
Looks great! |
Would you mind using GitHub keywords to link issues and PRs? I usually put: |
Co-authored-by: teor <teor@riseup.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Motivation
To make it easier for user to find git metadata and platform info for their bug reports.
Closes #3111
Solution
Logs the panic metadata at info level when starting a zebrad server
Review
Anyone can review this PR
Reviewer Checklist