Skip to content

Commit

Permalink
Update pkg/scalers/predictkube_scaler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
Signed-off-by: alex60217101990 <alex6021710@gmail.com>
  • Loading branch information
alex60217101990 and zroubalik committed Jan 10, 2022
1 parent 84ff032 commit 7c41cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/predictkube_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (pks *PredictKubeScaler) GetMetrics(ctx context.Context, metricName string,
return nil, err
}

predictKubeLog.Info(fmt.Sprintf("predict value is: %d", value))
predictKubeLog.V(1).Info(fmt.Sprintf("predict value is: %d", value))

val := *resource.NewQuantity(value, resource.DecimalSI)

Expand Down

0 comments on commit 7c41cef

Please sign in to comment.