From a577c6c4030bd49491cabd6510c570c703417605 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Wed, 30 Mar 2016 15:55:14 +0800 Subject: [PATCH] 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 45e64c188..8fe9710c1 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