chore: udpate task execute log

This commit is contained in:
duorameng
2026-04-15 09:04:06 +08:00
parent 625673654a
commit ec5cc86efe
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ func (s *TaskLogService) CleanTaskLogs(taskID string) {
}
if deleted > 0 {
logger.Infof("[TaskLog] 清理任务 #%s %d 条日志", taskID, deleted)
logger.Infof("[TaskLog] 清理旧日志: #%s %d 条", taskID, deleted)
}
}