Merge branch 'ai_0.3_install_api' into 'test'

fix: log format

See merge request opensource/answer!220
This commit is contained in:
linkinstar 2022-11-10 07:36:14 +00:00
commit e2f914a4e6
1 changed files with 1 additions and 1 deletions

View File

@ -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
}