mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 09:27:31 +01:00
disable db logs via config/default.json
This commit is contained in:
@@ -19,7 +19,7 @@ const sequelize = new Sequelize('database', 'username', 'password', {
|
||||
|
||||
// SQLite only
|
||||
storage: config.get('storage_local_db'),
|
||||
logging: sequel_log,
|
||||
logging: config.has('db_logs_disabled') ? false : sequel_log,
|
||||
|
||||
// http://docs.sequelizejs.com/manual/tutorial/querying.html#operators
|
||||
operatorsAliases: false
|
||||
|
||||
Reference in New Issue
Block a user