diff --git a/relayer/chains/cosmos/cosmos_chain_processor.go b/relayer/chains/cosmos/cosmos_chain_processor.go index 9e4e6176a..3d5216b79 100644 --- a/relayer/chains/cosmos/cosmos_chain_processor.go +++ b/relayer/chains/cosmos/cosmos_chain_processor.go @@ -405,9 +405,10 @@ func (ccp *CosmosChainProcessor) queryCycle( firstHeightToQuery++ } - ccp.log.Info("Starting query cycle", zap.Any("chain", chainID), zap.Any("first height", firstHeightToQuery)) - for heightToQuery := firstHeightToQuery; heightToQuery <= persistence.latestHeight; heightToQuery++ { + if heightToQuery == firstHeightToQuery { + ccp.log.Debug("Starting query cycle", zap.Any("chain", chainID), zap.Any("first height", firstHeightToQuery)) + } var ( eg errgroup.Group blockRes *coretypes.ResultBlockResults