3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 01:25:02 +00:00

Add slow query logging

This commit is contained in:
Dragory 2021-09-12 21:47:03 +03:00
parent 823a02a87b
commit f61c707e09

View file

@ -33,6 +33,9 @@ module.exports = {
synchronize: false,
connectTimeout: 2000,
logging: ["error", "warn"],
maxQueryExecutionTime: 100,
// Entities
entities: [entities],