添加日志

This commit is contained in:
648540858
2023-10-26 15:29:04 +08:00
parent 5ff2faa5bd
commit 99506108cd
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ public class CloudRecordTimer {
*/
@Scheduled(cron = "0 0 0 * * ?") //每天的0点执行
public void execute(){
logger.info("[录像文件定时清理] 开始清理过期录像文件");
// 获取配置了assist的流媒体节点
List<MediaServerItem> mediaServerItemList = mediaServerService.getAllWithAssistPort();
if (mediaServerItemList.isEmpty()) {