diff --git a/src/lib/db/aws-iam.ts b/src/lib/db/aws-iam.ts index 143c4d8ac0..6cdfa25c9c 100644 --- a/src/lib/db/aws-iam.ts +++ b/src/lib/db/aws-iam.ts @@ -19,7 +19,7 @@ export const getDBPasswordResolver = (db: IDBOption): PasswordResolver => { return async () => { console.log('[AWS RDS SIGNER] Getting token...'); const token = await signer.getAuthToken(); - console.log(`[AWS RDS SIGNER] Got token: ${token}`); + console.log(`[AWS RDS SIGNER] Got token!`); return token; }; }