Skip to content

Commit

Permalink
feat: turn off logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitJR1 committed Sep 26, 2024
1 parent c91be57 commit 7e35957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/typeorm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
migrations: [path.join(__dirname, '../../core/**/migrations/*{.ts,.js}')],
autoLoadEntities: true,
synchronize: false,
logging: true,
logging: false,
ssl:
process.env.BUILD_MODE === 'local'
? undefined
Expand Down

0 comments on commit 7e35957

Please sign in to comment.