From 550842e79e2224c507927c087c13b05ee9392ada Mon Sep 17 00:00:00 2001 From: jackwotherspoon Date: Fri, 27 Sep 2024 11:28:25 +0000 Subject: [PATCH] chore: update message based on feedback --- cmd/cloud_sql_proxy/cloud_sql_proxy.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/cloud_sql_proxy/cloud_sql_proxy.go b/cmd/cloud_sql_proxy/cloud_sql_proxy.go index a7180995d..0776abfb2 100644 --- a/cmd/cloud_sql_proxy/cloud_sql_proxy.go +++ b/cmd/cloud_sql_proxy/cloud_sql_proxy.go @@ -548,9 +548,10 @@ use the value from the flag, Not compatible with -fuse.`, } // Notify users of v2 Proxy and suggest migrating - logging.Infof("This is the Cloud SQL Proxy v1. For the latest features and " + - "improvements, migrate to the v2 version of the Cloud SQL Proxy. For " + - "details, see: https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/migration-guide.md") + logging.Infof("This is the Cloud SQL Proxy v1. It is no longer receiving " + + "active feature development. For the latest features and improvements, " + + "migrate to the v2 version of the Cloud SQL Proxy. For details, see: " + + "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/migration-guide.md") if *quiet { logging.Infof("Cloud SQL Auth proxy logging has been disabled by the -quiet flag. All messages (including errors) will be suppressed.")