From 6734c714d73630765badf8ed001fe658cd620128 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Mon, 1 Aug 2022 16:23:52 +0800 Subject: [PATCH] config file update --- pkg/common/config/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 2825b816c..c018ce4c2 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -512,8 +512,7 @@ type PDefaultTips struct { func init() { cfgName := os.Getenv("CONFIG_NAME") - fmt.Println("GET IM CONFIG PATH :", Root, cfgName) - + fmt.Println("GET IM DEFAULT CONFIG PATH :", Root, "ENV PATH:", cfgName, b, filepath.Dir(b)) if len(cfgName) != 0 { Root = cfgName }