Skip to content

Commit

Permalink
switch log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Aug 12, 2024
1 parent 1dbccf0 commit 987029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/usecase/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func ValidateAndSortPools(pools []sqsdomain.PoolI, cosmWasmPoolsConfig domain.Co
preferredPoolIDsMap[poolID] = struct{}{}
}

logger.Info("validated pools", zap.Int("num_pools", len(filteredPools)))
logger.Debug("validated pools", zap.Int("num_pools", len(filteredPools)))

return sortPools(filteredPools, cosmWasmPoolsConfig.TransmuterCodeIDs, totalTVL, preferredPoolIDsMap, logger), orderbookPools
}
Expand Down

0 comments on commit 987029c

Please sign in to comment.