ember-debug-logger icon indicating copy to clipboard operation
ember-debug-logger copied to clipboard

Ability to disable the colors?

Open jfrux opened this issue 8 years ago • 1 comments

I see in the base library you can with ENVIRONMENT variables... but do those translate into the ember plugin? DEBUG_COLORS

jfrux avatar May 19 '17 13:05 jfrux

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 🙂

dfreeman avatar May 19 '17 14:05 dfreeman