修改系统任务日志

This commit is contained in:
whyour
2023-08-29 23:29:02 +08:00
parent 4618a19c04
commit 461fa8e131
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ export default class CronService {
cp.on('exit', async (code, signal) => {
this.logger.info(
`任务 ${command} 进程id: ${cp.pid} 退出,退出码 ${code}`,
`[panel][任务退出] 任务 ${command} 进程id: ${cp.pid}, 退出码 ${code}`,
);
});
cp.on('close', async (code) => {