-
Notifications
You must be signed in to change notification settings - Fork 375
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: slightly improve node log lines #1916
feat: slightly improve node log lines #1916
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1916 +/- ##
==========================================
+ Coverage 45.10% 47.77% +2.67%
==========================================
Files 464 393 -71
Lines 68000 61630 -6370
==========================================
- Hits 30669 29443 -1226
+ Misses 34759 29717 -5042
+ Partials 2572 2470 -102 ☔ View full report in Codecov by Sentry. |
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.
There could be an issue with the JSON log (refer to my comment).
Otherwise, LGTM! 👍
## Description This PR improves the log lines produced by the node binary. Before: ![cast2](https://github.com/gnolang/gno/assets/16712663/84d0b570-e7a3-410a-bb93-f20581d95e71) After: ![cast1](https://github.com/gnolang/gno/assets/16712663/bdca272d-9c2a-4249-8f70-a0c383bd7e6c) <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details>
____ _____ ____ / /___ _____ ____/ / | ||
/ __ %c/ __ \/ __ \/ / __ %c/ __ \/ __ / | ||
/ /_/ / / / / /_/ / / /_/ / / / / /_/ / | ||
\__, /_/ /_/\____/_/\__,_/_/ /_/\__,_/ |
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.
nit picking, but...
doesn't match my water bottle because that one says gno.land
(emphasis on the full stop), pls fix 😉
Description
This PR improves the log lines produced by the node binary.
Before:
After:
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description