Skip to content

Commit 89b7811

Browse files
authored
Merge pull request #128 from jfuechsl/patch-1
Document environment variables for controller logging
2 parents 1e2f44a + 53e9638 commit 89b7811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/managing-workflow/tuning-component-settings.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ DEIS_DEPLOY_PROCFILE_MISSING_REMOVE | when turned on (default) any m
7272
DEIS_DEFAULT_CONFIG_TAGS | set tags for all applications by default, for example: '{"role": "worker"}'. (default: '')
7373
DEIS_IGNORE_SCHEDULING_FAILURE | ignore Kubernetes scheduling errors during deployments. With cluster autoscaling, scheduling errors may be temporary and should not fail the deployment (default: "false", allowed values: "true", "false").
7474
KUBERNETES_NAMESPACE_DEFAULT_QUOTA_SPEC | set resource quota to application namespace by setting [ResourceQuota](http://kubernetes.io/docs/admin/resourcequota/) spec, for example: `{"spec":{"hard":{"pods":"10"}}}`, restrict app owner to spawn more then 10 pods (default: "", no quota will be applied to namespace)
75+
DEIS_DEBUG | set the log level to DEBUG
76+
LOG_VERBOSE | activate the verbose logging formatter
7577

7678
### LDAP authentication settings
7779

0 commit comments

Comments
 (0)