Debugging
Ember provides several configuration options that can help you debug problems with your application.
Routing
Log router transitions
app/app.js
import Ember from 'ember';
export default Ember.Application.extend({
// Basic logging, e.g. "Transitioned into 'post'"
LOG_TRANSITIONS: true,
// Extremely detailed logging, highlighting every internal
// step made while transitioning into a route, including
// `beforeModel`, `model`, and `afterModel` hooks, and
// information ab