forked from TrueCloudLab/frostfs-node
[#324] ir: Change level of "new block" log message to debug
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
5e212f97d6
commit
ca41810859
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue