diff --git a/backend/ormconfig.js b/backend/ormconfig.js index 161346a4..7c9bb5b4 100644 --- a/backend/ormconfig.js +++ b/backend/ormconfig.js @@ -33,6 +33,9 @@ module.exports = { synchronize: false, connectTimeout: 2000, + logging: ["error", "warn"], + maxQueryExecutionTime: 100, + // Entities entities: [entities],