In v1 of the router API, you could set this flag:
App.Router = Ember.Router.extend({
enableLogging: true
});
And the router would log state changes to console.log, which was helpful for debugging. This doesn't seem to work anymore--does anyone know whether there's a new equivalent to this flag?
Since 1bf0df4 commit:
App = Ember.Application.create({
LOG_TRANSITIONS: true
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With