Problem
In the log for Connecting to system database, passwords in the database_url key gets logged as plaintext when using Google Cloud Run connecting to Google Cloud SQL instances. Here is an example of what gets logged:
user=[my_user]%20password=[my_password]%20database=[my_database]%20host=/cloudsql/[my-project:us-central1:my-cloudsql-instance]