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

Commit 698b9153 by Sascha Depold

disabled logging

1 parent 734067ee
Showing with 1 additions and 1 deletions
...@@ -34,7 +34,7 @@ var Support = { ...@@ -34,7 +34,7 @@ var Support = {
options.pool = options.pool || config.pool options.pool = options.pool || config.pool
var sequelizeOptions = { var sequelizeOptions = {
// logging: options.logging, logging: options.logging,
dialect: options.dialect, dialect: options.dialect,
port: options.port || process.env.SEQ_PORT || config.port, port: options.port || process.env.SEQ_PORT || config.port,
pool: options.pool, pool: options.pool,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!