Skip to content

Commit dcec591

Browse files
committed
downgrand info to debug log
Signed-off-by: jsvisa <[email protected]>
1 parent ca82606 commit dcec591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/state_sizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func (t *SizeTracker) run() {
299299
}
300300
stat := base.add(diff)
301301
stats[u.root] = stat
302-
log.Info("Update state size", "number", stat.BlockNumber, "root", stat.StateRoot, "stat", stat)
302+
log.Debug("Update state size", "number", stat.BlockNumber, "root", stat.StateRoot, "stat", stat)
303303

304304
// Update latest stats
305305
t.mu.Lock()

0 commit comments

Comments
 (0)