Description
Migration templates currently use console.log
in several places. It would be better to use the db-migrate-shared
log
functions, so that logging output can be controlled easily through global variables. In my case, I programmatically use db-migrate
and prefer not to override the console
functions.
Here is where console.log
appears in the migration templates:
node-db-migrate/lib/migration.js
Line 159 in 688b89f
node-db-migrate/lib/migration.js
Line 175 in 688b89f
node-db-migrate/lib/migration.js
Line 223 in 688b89f
node-db-migrate/lib/migration.js
Line 244 in 688b89f
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.