From 48acc4a0690e42b1198387849ed788927fac36d5 Mon Sep 17 00:00:00 2001 From: Leon Zhang Date: Mon, 19 Nov 2018 23:45:05 +0800 Subject: [PATCH] help debug issue #106 --- common/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config.go b/common/config.go index f794857..1b2b134 100644 --- a/common/config.go +++ b/common/config.go @@ -700,6 +700,7 @@ func ParseConfig(configFile string) error { if err != nil { Log.Error("ParseConfig Config.readConfigFile Error: %v", err) } + Log.Debug("ParseConfig use config file: %s", config) break } } -- GitLab