Skip to content

Instantly share code, notes, and snippets.

@sakuemon
Created September 9, 2013 02:47
Show Gist options
  • Save sakuemon/6490940 to your computer and use it in GitHub Desktop.
Save sakuemon/6490940 to your computer and use it in GitHub Desktop.
sequelizeでsqlのログを何らかのロギングモジュールで出したいとき ref: http://qiita.com/TsuyoshiMIYAMOTO/items/ba755b91789f9888f8e2
options.logging = function(args) {
logger.debug(args);
};
var sequelize = new Sequelize(db, username, password, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment