Achilleas Tzenetopoulos преди 5 години
родител
ревизия
0f7806081c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

+ 1 - 1
kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

@@ -104,7 +104,7 @@ func customScoreInfluxDB(metrics []string, uuid string, socket,
 		klog.Infof("Error while executing the query: %v", err.Error())
 		return nil, err
 	}
-	klog.Infof("Response: ", response)
+	klog.Infof("Response: %v, UUID: %v, socket: %v", response, uuid, socket)
 	klog.Infof("noop")
 	// Calculate the average for the metrics provided
 	return calculateWeightedAverage(response, numberOfRows, len(metrics))