# Ember in debug mode at production

**URL:** https://meta.discourse.org/t/ember-in-debug-mode-at-production/43912
**Category:** Development
**Created:** [May 9, 2016, 3:50am UTC](https://meta.discourse.org/t/ember-in-debug-mode-at-production/43912 "2016-05-09T03:50:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Steve\_Ng](https://avatars.discourse-cdn.com/v4/letter/s/3be4f8/32.png) [@Steve\_Ng](https://meta.discourse.org/u/Steve_Ng)
#### Post date: [May 9, 2016, 3:50am UTC](https://meta.discourse.org/t/ember-in-debug-mode-at-production/43912/1 "2016-05-09T03:50:08Z")

</div>

I’ve run the following command before

1. `RAILS_ENV=production bundle exec rake assets:precompile`
2. `bundle exec unicorn -p 3000 -E production -c config/unicorn.conf.rb`

However when I go to the site, I saw this in the console:  
`DEBUG: For more advanced debugging, install the Ember Inspector from https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi` inside `vendor.js`

How do i get ember to be in production mode?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [May 9, 2016, 4:59am UTC](https://meta.discourse.org/t/ember-in-debug-mode-at-production/43912/2 "2016-05-09T04:59:28Z")

</div>

The Ember Inspector is a browser addon to help with debugging. It is not part of Discourse and it is not something you need to run Discourse - though it can be useful if debugging is what you want to do

 ![](https://global.discourse-cdn.com/meta/original/3X/a/a/aa8a7be53b12f1a7fa742a285a79392d5dd9f25e.png) 

You saw nothing more than that “DEBUG” message in the console?

---

<div class="post-metadata">

### Author: ![Steve\_Ng](https://avatars.discourse-cdn.com/v4/letter/s/3be4f8/32.png) [@Steve\_Ng](https://meta.discourse.org/u/Steve_Ng)
#### Post date: [May 9, 2016, 7:35am UTC](https://meta.discourse.org/t/ember-in-debug-mode-at-production/43912/3 "2016-05-09T07:35:33Z")

</div>

The thing is that it shouldn’t show me this message in console isn’t it? Since it is supposed to be in `production` mode

And yeah this is the only message I see in console.

 ![](https://global.discourse-cdn.com/meta/original/3X/1/3/13ca493576e655c9ed61bdb8b450730c7eea2353.png).

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [May 17, 2016, 8:12am UTC](https://meta.discourse.org/t/ember-in-debug-mode-at-production/43912/4 "2016-05-17T08:12:31Z")

</div>

I don’t see it in production can you make it happen on meta?
