Skip to content

Commit ae36e28

Browse files
committed
debugging
1 parent 41ad376 commit ae36e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud-sql/mysql/mysql/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const createPool = async () => {
9393
throw err;
9494
}
9595
}
96+
console.log("Instance vars: ", process.env.INSTANCE_HOST, " -- ", process.env.INSTANCE_UNIX_SOCKET)
9697

9798
if (process.env.INSTANCE_HOST) {
9899
// Use a TCP socket when INSTANCE_HOST (e.g., 127.0.0.1) is defined

0 commit comments

Comments
 (0)