I am using Cloud SQL proxy on one of my compute engine instances for secure connection to MySQL. I have configured a Service account with a generated JSON file and also I have started up cloud SQL proxy on the instance and it's working properly.
But I had 2 random crashes from Friday to Saturday, when it just stopped to connect Back-end and DB. I had to start the cloud SQL proxy connection again on my own manually and afterward, it worked again properly.
Command with wich I am starting: ./cloud_sql_proxy -instances=somename:us-central1:othername=tcp:3306 -credential_file=/home/project/projectName/someName.json &
Could someone advise me of possible places that could make cloud SQL proxy go down or where I can find out logs?