I’m trying to solve an addon install problem. I see lots of debug() calls in the source but am unsure how to activate them. Specifically, when running ember g blueprint-name
. Is possible? I don’t see any flags for it. ember g --verbose blueprint-name
has no obvious effect.
I am not looking for anything related to Ember Inspector, or Ember.Logger, as neither of those will help in this situation.