More logging

This commit is contained in:
Piotr Sarnacki 2013-12-09 19:19:26 +01:00
parent bfdc2d7e6c
commit b016ba2293

View File

@ -61,7 +61,11 @@ Ember.RecordArray.reopen
).observes('content')
window.Travis = TravisApplication.create(
LOG_TRANSITIONS: true
LOG_ACTIVE_GENERATION: true,
LOG_MODULE_RESOLVER: true,
LOG_TRANSITIONS: true,
LOG_TRANSITIONS_INTERNAL: true,
LOG_VIEW_LOOKUPS: true
)
Travis.deferReadiness()