Skip to content

Commit

Permalink
chore: changed log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Apr 21, 2024
1 parent 457a999 commit dafd1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (a *AppManager) ProcessSnapshot(block *types.Block) {

if a.SnapshotManager.HasNewerSnapshot() {
if newerHeight := a.SnapshotManager.GetNewerHeight(); block.Height-newerHeight < a.Config.SnapshotsInterval {
a.Logger.Warn().
a.Logger.Debug().
Int64("older_height", newerHeight).
Int64("height", block.Height).
Int64("diff", block.Height-newerHeight).
Expand Down

0 comments on commit dafd1b7

Please sign in to comment.