mirror of https://github.com/shunfei/cronsun
创建日志赋值user字段
parent
f4d5dfb365
commit
ce2c78a4b9
|
@ -88,6 +88,7 @@ func CreateJobLog(j *Job, t time.Time, rs string, success bool) {
|
||||||
|
|
||||||
JobGroup: j.Group,
|
JobGroup: j.Group,
|
||||||
Name: j.Name,
|
Name: j.Name,
|
||||||
|
User: j.User,
|
||||||
|
|
||||||
Node: j.runOn,
|
Node: j.runOn,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue