mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
Disable sequelize logging
This commit is contained in:
parent
1d08faece3
commit
1ce7787632
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class DatabaseConnector {
|
|||
host: process.env.DB_HOSTNAME,
|
||||
dialect: "mysql",
|
||||
charset: 'utf8',
|
||||
logging: true,
|
||||
logging: false,
|
||||
pool: {
|
||||
min: 1,
|
||||
max: 30,
|
||||
|
|
Loading…
Reference in a new issue