日志全部改为go-admin-core库日志,去除对其他项目的依赖

This commit is contained in:
linwenxiang
2020-10-29 19:22:23 +08:00
parent 706c72b973
commit ccd76445f2
13 changed files with 161 additions and 150 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func (e *ExecJob) Run() {
startTime := time.Now()
var obj = jobList[e.InvokeTarget]
if obj == nil {
global.JobLogger.Warning(" ExecJob Run job nil", e)
global.JobLogger.Warn(" ExecJob Run job nil")
return
}
err := CallExec(obj.(JobsExec), e.Args)