removed logging of database queries

This commit is contained in:
xnacly
2021-09-01 22:10:14 +02:00
parent 3c8cb59cb0
commit 759df843c2
+1 -1
View File
@@ -21,7 +21,7 @@ export function initDatabase() {
//
entities: Object.values(Models).filter((x) => x.constructor.name !== "Object"),
synchronize: true,
logging: true,
logging: false,
cache: {
duration: 1000 * 3, // cache all find queries for 3 seconds
},