不要怂,就是干,撸起袖子干!

Commit 8983f5fe by Sascha Depold

enabled logging

1 parent fe9869b3
Showing with 3 additions and 1 deletions
...@@ -4,6 +4,8 @@ const Sequelize = require(__dirname + "/../index") ...@@ -4,6 +4,8 @@ const Sequelize = require(__dirname + "/../index")
, fs = require('fs') , fs = require('fs')
var BusterHelpers = module.exports = { var BusterHelpers = module.exports = {
Sequelize: Sequelize,
initTests: function(options) { initTests: function(options) {
var sequelize = this.createSequelizeInstance(options) var sequelize = this.createSequelizeInstance(options)
...@@ -24,7 +26,7 @@ var BusterHelpers = module.exports = { ...@@ -24,7 +26,7 @@ var BusterHelpers = module.exports = {
config[options.dialect].username, config[options.dialect].username,
config[options.dialect].password, config[options.dialect].password,
{ {
logging: options.logging, // logging: options.logging,
dialect: options.dialect, dialect: options.dialect,
port: config[options.dialect].port port: config[options.dialect].port
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!