fix(log-analyzer): drop stale heal rule anchor (#6102)

This commit is contained in:
cxymds
2026-08-14 13:46:09 +08:00
committed by GitHub
parent c48a6330d0
commit 307f50ee1b
+1 -1
View File
@@ -97,7 +97,7 @@ pub(super) fn rules() -> Vec<Rule> {
)
},
Rule {
anchors: strings(["Heal task execution failed", "Heal manager is not running"]),
anchors: strings(["Heal task execution failed"]),
..base(
"heal-task-failure",
P2Degraded,