You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migration templates currently use console.log in several places. It would be better to use the db-migrate-sharedlog 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:
Migration templates currently use
console.log
in several places. It would be better to use thedb-migrate-shared
log
functions, so that logging output can be controlled easily through global variables. In my case, I programmatically usedb-migrate
and prefer not to override theconsole
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.
The text was updated successfully, but these errors were encountered: