Skip to content

Commit

Permalink
update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Sep 20, 2024
1 parent 2752555 commit 4ccae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/client/rpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ func (r *rpcClient) SubscribeNewHead(ctx context.Context, channel chan<- *evmtyp
return nil, err
}

lggr.Infof("Polling new heads over http ")
lggr.Debugf("Polling new heads over http")
return &poller, nil
}

Expand Down

0 comments on commit 4ccae14

Please sign in to comment.