Skip to content

Commit

Permalink
beacon/log: restore info level for state transition
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Apr 29, 2020
1 parent 28ef01c commit 3054e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/blockchain/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func logStateTransitionData(b *ethpb.BeaconBlock) {
"attesterSlashings": len(b.Body.AttesterSlashings),
"proposerSlashings": len(b.Body.ProposerSlashings),
"voluntaryExits": len(b.Body.VoluntaryExits),
}).Debug("Finished applying state transition")
}).Info("Finished applying state transition")
}

func logSyncStatus(block *ethpb.BeaconBlock, blockRoot [32]byte, finalized *ethpb.Checkpoint) {
Expand Down

0 comments on commit 3054e2c

Please sign in to comment.