Changing database logging to only fire on error and warn
This commit is contained in:
parent
95019a86cf
commit
327065f3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ import { WaitingListModule } from './waitingList/module'
|
||||||
),
|
),
|
||||||
migrations: [],
|
migrations: [],
|
||||||
autoLoadEntities: true,
|
autoLoadEntities: true,
|
||||||
logging: true,
|
logging: ['error', 'warn'],
|
||||||
logger: databaseLoggerService,
|
logger: databaseLoggerService,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue