Skip to content

Commit

Permalink
fix: Remove noisy db logs
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Oct 19, 2024
1 parent 6104a79 commit 4808e09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/db/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const { Pool } = pg;
export const pool = new Pool({
connectionString: env.POSTGRES_URL,
ssl: false,
log: console.log,
});

export const db = drizzle(pool, { schema });

0 comments on commit 4808e09

Please sign in to comment.