提交 a07240e6 编写于 作者: martianzhang's avatar martianzhang

remove Log.Debug from ParseConfig, regression

上级 47bf9643
......@@ -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
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册