debugging - Can't use Ember.Logger.info("text here"); inside an authenticator -


i'm trying figure out why authenticated token info 3rd party service isn't saved in session. parts of code in authenticator file working expected not saving session.

i verify session using debug statement nothing comes browser because of redirects. there way make ember.logger print out file? or cli?

ember.logger.info("text here");


Comments