File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func init() {
3434}
3535
3636func main () {
37- if os .Getenv ("DEBUG " ) == "true" {
37+ if os .Getenv ("DEIS_DEBUG " ) == "true" {
3838 pkglog .DefaultLogger .SetDebug (true )
3939 log .Printf ("Running in debug mode" )
4040 }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ install, and start **deis/builder**.
1616
1717## Environment Variables
1818
19- * ** DEBUG ** enables verbose output if set
19+ * ** DEIS_DEBUG ** enables verbose output if set
2020* ** ETCD_PORT** sets the TCP port on which to connect to the local etcd
2121 daemon (default: * 4001* )
2222* ** ETCD_PATH** sets the etcd directory where the builder announces
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ type Config struct {
2727 Fingerprint string `envconfig:"FINGERPRINT" required:"true"`
2828 PodNamespace string `envconfig:"POD_NAMESPACE" required:"true"`
2929 StorageRegion string `envconfig:"STORAGE_REGION" default:"us-east-1"`
30- Debug bool `envconfig:"DEBUG " default:"false"`
30+ Debug bool `envconfig:"DEIS_DEBUG " default:"false"`
3131 BuilderPodTickDurationMSec int `envconfig:"BUILDER_POD_TICK_DURATION" default:"100"`
3232 BuilderPodWaitDurationMSec int `envconfig:"BUILDER_POD_WAIT_DURATION" default:"900000"` // 15 minutes
3333 ObjectStorageTickDurationMSec int `envconfing:"OBJECT_STORAGE_TICK_DURATION" default:"500"`
You can’t perform that action at this time.
0 commit comments