removed logging of database queries

This commit is contained in:
xnacly 2021-09-01 22:10:14 +02:00
parent b5456f10cc
commit e8ff7498c6

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
},