From 88de5aeffe9e8442b23959566849cc3caee0d39e Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Wed, 30 Mar 2016 15:53:35 +0800 Subject: [PATCH 1/2] set default log level to debug for troubleshooting --- Deploy/templates/ui/env | 1 + 1 file changed, 1 insertion(+) diff --git a/Deploy/templates/ui/env b/Deploy/templates/ui/env index 55701bbdb9..45e64c1889 100644 --- a/Deploy/templates/ui/env +++ b/Deploy/templates/ui/env @@ -8,3 +8,4 @@ HARBOR_URL=$ui_url AUTH_MODE=$auth_mode LDAP_URL=$ldap_url LDAP_BASE_DN=$ldap_basedn +lOG_LEVEL=debug From a577c6c4030bd49491cabd6510c570c703417605 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Wed, 30 Mar 2016 15:55:14 +0800 Subject: [PATCH 2/2] set default log level to debug for troubleshooting --- Deploy/templates/ui/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/templates/ui/env b/Deploy/templates/ui/env index 45e64c1889..8fe9710c12 100644 --- a/Deploy/templates/ui/env +++ b/Deploy/templates/ui/env @@ -8,4 +8,4 @@ HARBOR_URL=$ui_url AUTH_MODE=$auth_mode LDAP_URL=$ldap_url LDAP_BASE_DN=$ldap_basedn -lOG_LEVEL=debug +LOG_LEVEL=debug