# ember-cli build 실행 시 Rebuild 화면에 "Environment: development"가 표시됩니다

**URL:** https://meta.discourse.org/t/rebuild-is-showing-environment-development-during-ember-cli-build/294183
**Category:** Self-hosting
**Created:** [2월 5, 2024, 8:50오전 UTC](https://meta.discourse.org/t/rebuild-is-showing-environment-development-during-ember-cli-build/294183 "2024-02-05T08:50:14Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [3월 25, 2024, 4:38오후 UTC](https://meta.discourse.org/t/rebuild-is-showing-environment-development-during-ember-cli-build/294183/5 "2024-03-25T16:38:36Z")

</div>

기능적으로는 차이가 없을 것 같지만… `-prod`를 사용하도록 하여 로깅 문제를 수정하는 PR을 올렸습니다:

> <https://github.com/discourse/discourse/pull/26344>
>
> We were previously using the \`EMBER\_ENV=production\` environment variable, which …appears to produce the same output. But, some parts of ember-cli don't seem to support it, which leads to a confusing 'Environment: development' being printed on the console.
> 
> This commit adds \`-prod\` by default, which is the more common way to invoke ember-cli for production builds.

---

_[View the full topic](https://meta.discourse.org/t/rebuild-is-showing-environment-development-during-ember-cli-build/294183)._
