[#324] ir: Change level of "new block" log message to debug

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Leonard Lyubich 2021-01-25 15:04:00 +03:00 committed by Alex Vanin
parent 5e212f97d6
commit ca41810859
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func (s *Server) Start(ctx context.Context, intError chan<- error) error {
go s.mainnetListener.ListenWithError(ctx, mainnnetErr) // listen for neo:mainnet events
s.morphListener.RegisterBlockHandler(func(b *block.Block) {
s.log.Info("new block",
s.log.Debug("new block",
zap.Uint32("index", b.Index),
)