ember-cli / ember-cli-deprecation-workflow

MIT License
165 stars 43 forks source link

Ember.Logger is deprecated #53

Closed wagenet closed 6 years ago

wagenet commented 6 years ago

https://github.com/mixonic/ember-cli-deprecation-workflow/blob/2673922d5dbaf6eefd293f93c34bfcadef2303d8/vendor/ember-cli-deprecation-workflow/main.js#L44

jrr commented 6 years ago

Amusingly, if you handler: "log" the deprecation about using Ember.Logger, it causes infinite recursion and blows the stack.

wagenet commented 6 years ago

See #54

rwjblue commented 6 years ago

Fixed by https://github.com/mixonic/ember-cli-deprecation-workflow/pull/54