Commit 0724820
authored
fix: Modify Evolve node logging to remove noise (#2496)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
After #2416 was merged, the
logging in evolve node included logs from the headerSyncService's p2p
module, store module, and sync module via the go-header library. This
caused a lot of noise in evolve node logs and shouldn't be enabled by
default.
Also, made the `creating empty block` log back to INFO level so a user
can see that evolve node is producing blocks when during no user
activity and see what block height the node is at.
Also, fixes formatting issues with DA submission log.
https://www.loom.com/share/42b4be68bee74608b62cfdf07324a829?sid=4f889192-639b-477e-b5c6-fe941d6c7f70
Previously logging looked like this:
<img width="2166" height="1066" alt="image"
src="https://github.com/user-attachments/assets/1f0a0e16-e777-45c6-ab43-5ec0f65525fb"
/>
Logging now looks like this:
<img width="1092" height="301" alt="image"
src="https://github.com/user-attachments/assets/683604df-3e32-4fad-93c0-2d9e58c9feaa"
/>
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->1 parent d89b796 commit 0724820
3 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
| 659 | + | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
669 | | - | |
| 668 | + | |
670 | 669 | | |
671 | 670 | | |
672 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
0 commit comments