chore(日志): 服务端高频轮询日志降噪

-history timing 降debug;status无变化降debug;/history /list免INFO;stale-check合并单行;心跳常规响应降debug
This commit is contained in:
2026-09-11 21:22:41 +08:00
parent db7cd22ed1
commit 037a689316
5 changed files with 26 additions and 50 deletions
@@ -128,7 +128,9 @@ public class RequestTraceFilter extends OncePerRequestFilter {
return !(normalized.contains("/heartbeat")
|| normalized.contains("/progress")
|| normalized.contains("/poll")
|| normalized.contains("/status"));
|| normalized.contains("/status")
|| normalized.contains("/history")
|| normalized.contains("/list"));
}
private static String firstNonBlank(String... values) {