Merge pull request #1792 from Blockdaemon/nyet-quiet-explorer-startup

Comment out "Dumping block" message
pull/1794/head
Leo Chen 5 years ago committed by GitHub
commit ecc7efbe9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      api/service/explorer/storage.go

@ -89,7 +89,7 @@ func (storage *Storage) GetDB() *ethdb.LDBDatabase {
// Dump extracts information from block and index them into lvdb for explorer.
func (storage *Storage) Dump(block *types.Block, height uint64) {
utils.Logger().Info().Uint64("block height", height).Msg("Dumping block")
//utils.Logger().Debug().Uint64("block height", height).Msg("Dumping block")
if block == nil {
return
}

Loading…
Cancel
Save