mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-19 21:03:56 +02:00
Disable Sequelize stdout logging
This commit is contained in:
parent
f25467a41d
commit
646f030781
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@ export const sequelize = new Sequelize({
|
||||||
dialect: 'sqlite',
|
dialect: 'sqlite',
|
||||||
database: 'muse',
|
database: 'muse',
|
||||||
storage: path.join(DATA_DIR, 'db.sqlite'),
|
storage: path.join(DATA_DIR, 'db.sqlite'),
|
||||||
models: [Settings, Shortcut]
|
models: [Settings, Shortcut],
|
||||||
|
logging: false
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue