KSDaemon/sails-hook-sequelize

No way to config sequelize logging

duongNA opened this issue · 3 comments

Hi all, I wonder why logging configuration is hard code to sails.log.verbose (file index.js)

if (connection.options == null) {
  connection.options = {};
}
connection.options.logging = sails.log.verbose;

It means there is no way to config logging for sequelize

A person had a commit to fix it, I hope it will be merged soon
#9

@duong is this still an issue? Looks like the commit was merged.

In current version logging is configurable! Closing.