mirror of https://gitee.com/answerdev/answer.git
fix: log format
This commit is contained in:
parent
c468d2ab23
commit
3a8742f6fe
|
@ -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