mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
增加任务运行数日志
This commit is contained in:
@@ -33,7 +33,7 @@ const addCron = (
|
||||
id,
|
||||
nodeSchedule.scheduleJob(id, schedule, async () => {
|
||||
Logger.info(
|
||||
`[schedule] 时间: ${dayjs().format(
|
||||
`[schedule][准备运行任务] 时间: ${dayjs().format(
|
||||
'YYYY-MM-DD HH:mm:ss',
|
||||
)},运行命令: ${cmdStr}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user