mirror of https://gitee.com/answerdev/answer.git
Merge branch 'ai_0.3_install_api' into 'test'
fix: log format See merge request opensource/answer!220
This commit is contained in:
commit
e2f914a4e6
|
@ -104,7 +104,7 @@ func InitEnvironment(ctx *gin.Context) {
|
|||
|
||||
// check config file if exist
|
||||
if cli.CheckConfigFile(confPath) {
|
||||
log.Debugf("config file already exists")
|
||||
log.Debug("config file already exists")
|
||||
handler.HandleResponse(ctx, nil, nil)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue