motion-prime/config/base.rb in motion-prime-0.7.0 vs motion-prime/config/base.rb in motion-prime-0.7.1
- old
+ new
@@ -19,6 +19,8 @@
api.auth_path = '/oauth/token'
api.api_namespace = '/api'
api.allow_queue = false
end
config.prime.cell_section.mixins = [Prime::CellSectionMixin]
+ config.logger.level = :info
+ config.logger.dealloc_items = ['screen', 'tab_bar']
end
\ No newline at end of file