Skip to content

Commit 2f63e1e

Browse files
committed
switch scaling op input log to debug level
1 parent c4f1a8c commit 2f63e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/autoscaler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func (as *AutoScaler) GetScalingOperation() (*ScalingOperation, error) {
151151
managedIndices := as.getManagedIndices(esIndices, esShards)
152152
managedNodes := as.getManagedNodes(as.pods, esNodes)
153153

154-
as.logger.Infof("Calculating scaling operation for: hint=%s, managedIndices=%d, managedNodes=%d",
154+
as.logger.Debugf("Calculating scaling operation for: hint=%s, managedIndices=%d, managedNodes=%d",
155155
direction,
156156
len(managedIndices),
157157
len(managedNodes),

0 commit comments

Comments
 (0)