percolatestudio / meteor-migrations

Simple migration system for Meteor
https://atmospherejs.com/percolate/migrations
MIT License
245 stars 58 forks source link

Cannot read property "info" of undefined #76

Open hems opened 6 years ago

hems commented 6 years ago

I'm getting this error when running the package, perhaps because there is no "meteor logging package" anymore?

After setting "console" as the logger it does work for me.

  Migrations.config
    log        : on
    logger     : console
    logIfLatest: on