diff --git a/pkg/strategy/autoborrow/alert_interest_rate.go b/pkg/strategy/autoborrow/alert_interest_rate.go index cf4a1059b..10d99536b 100644 --- a/pkg/strategy/autoborrow/alert_interest_rate.go +++ b/pkg/strategy/autoborrow/alert_interest_rate.go @@ -195,7 +195,9 @@ func (w *MarginHighInterestRateWorker) Run(ctx context.Context) { continue } - log.Infof("found high interest rate assets: %+v", highRateAssets) + if len(highRateAssets) > 0 { + log.Infof("found high interest rate assets: %+v", highRateAssets) + } nextTotalInterestValue := fixedpoint.Zero exceededDebtAmount := false