summaryrefslogtreecommitdiff
path: root/qa/qa/service/cluster_provider/gcloud.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/service/cluster_provider/gcloud.rb')
-rw-r--r--qa/qa/service/cluster_provider/gcloud.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/service/cluster_provider/gcloud.rb b/qa/qa/service/cluster_provider/gcloud.rb
index c6d1f6cfe88..77677745f7a 100644
--- a/qa/qa/service/cluster_provider/gcloud.rb
+++ b/qa/qa/service/cluster_provider/gcloud.rb
@@ -49,7 +49,7 @@ module QA
if account.empty?
raise "Failed to login to gcloud. No credentials provided in environment and no credentials found locally."
else
- puts "gcloud account found. Using: #{account} for creating K8s cluster."
+ QA::Runtime::Logger.debug("gcloud account found. Using: #{account} for creating K8s cluster.")
end
end
end