Changing database logging to only fire on error and warn

This commit is contained in:
Collin Duncan 2024-04-11 09:46:38 +02:00
parent 95019a86cf
commit 327065f3e3
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ import { WaitingListModule } from './waitingList/module'
),
migrations: [],
autoLoadEntities: true,
logging: true,
logging: ['error', 'warn'],
logger: databaseLoggerService,
}),
}),