diff --git a/common/config.go b/common/config.go index 2e453cd513ea3c901233c5b9777c1b3d9c422c6a..c4f795418a9b6eb26cd75300301e004698a73664 100644 --- a/common/config.go +++ b/common/config.go @@ -700,7 +700,8 @@ func ParseConfig(configFile string) error { if err != nil { Log.Error("ParseConfig Config.readConfigFile Error: %v", err) } - Log.Debug("ParseConfig use config file: %s", config) + // LogOutput now is "console", if add Log.Debug here will print into stdout anyway. + // Log.Debug("ParseConfig use config file: %s", config) break } }