From 946b4b4ad81096653d13fd5ee92a119d7810fe64 Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 12 Apr 2018 19:04:44 +0800 Subject: [PATCH] Update harbor default log level to info (#4639) --- make/common/templates/adminserver/env | 2 +- make/common/templates/ui/env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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