rdluck 4 years ago
parent
commit
504120dabb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/run_log.go

+ 1 - 1
controllers/run_log.go

@@ -28,7 +28,7 @@ func (this *RunLogController) Edit() {
 		br.ErrMsg = "参数解析失败,Err:" + err.Error()
 		return
 	}
-	utils.FileLog.Info("%s", req.RunMsg)
+	utils.FileRunLog.Info("%s", req.RunMsg)
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "保存成功"