Skip to content

Commit

Permalink
chore: update message based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Sep 27, 2024
1 parent eeb2b01 commit 550842e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/cloud_sql_proxy/cloud_sql_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 550842e

Please sign in to comment.