We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c7d6b commit 2ba1da1Copy full SHA for 2ba1da1
src/lib/db/index.ts
@@ -50,7 +50,8 @@ function getClient() {
50
51
process.env.DATABASE_URL = connectionString;
52
53
- logger.info('connecting to database', { url: connectionString });
+ logger.info('connecting to database');
54
+ logger.debug('connecting to database', { url: connectionString });
55
56
const adapter = new PrismaPg({ connectionString });
57
const client = new PrismaClient({
0 commit comments