ember-debug-logger
ember-debug-logger copied to clipboard
Ability to disable the colors?
I see in the base library you can with ENVIRONMENT variables... but do those translate into the ember plugin?
DEBUG_COLORS
Looking through the source, it looks like you can disable colors by running debug.useColors = false; in the console or e.g. in your app.js.
If you have a use case for being able to set that as part of your build config, I'd happily accept a PR 🙂