Skip to content

Commit

Permalink
Disable SQL logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Oct 13, 2017
1 parent 44f2e48 commit eac454d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const path = require('path')
const Sequelize = require('sequelize')
const sequelize = new Sequelize('database', 'username', 'password', {
dialect: 'sqlite',
storage: 'data/juiceshop.sqlite'
storage: 'data/juiceshop.sqlite',
logging: false
})
const db = {}

Expand Down

0 comments on commit eac454d

Please sign in to comment.