diff --git a/make/common/templates/adminserver/env b/make/common/templates/adminserver/env index d1228bebb..21bbc6284 100644 --- a/make/common/templates/adminserver/env +++ b/make/common/templates/adminserver/env @@ -1,5 +1,5 @@ PORT=8080 -LOG_LEVEL=debug +LOG_LEVEL=info EXT_ENDPOINT=$public_url AUTH_MODE=$auth_mode SELF_REGISTRATION=$self_registration diff --git a/make/common/templates/ui/env b/make/common/templates/ui/env index f9129643f..5dee4ba9e 100644 --- a/make/common/templates/ui/env +++ b/make/common/templates/ui/env @@ -1,4 +1,4 @@ -LOG_LEVEL=debug +LOG_LEVEL=info CONFIG_PATH=/etc/ui/app.conf UI_SECRET=$ui_secret JOBSERVICE_SECRET=$jobservice_secret