Add resource clean log

This commit is contained in:
lancer.hong
2022-04-24 11:31:19 +08:00
parent 2bc3330697
commit c76e7c45c6

View File

@@ -608,6 +608,7 @@ public class FlowStat {
}
if (noTraffic) {
stat.resourceStats.remove(resource);
log.info("HousekeepJob remove {}", resource);
}
}