Files
rustfs/crates/log-analyzer
cxymds d7afa4e38e fix(heal): report partial rename failures (#5355)
* fix(heal): report partial rename failures

* fix(log-analyzer): track partial heal rename failures
2026-07-28 17:37:02 +08:00
..

rustfs-log-analyzer

Offline log fault-analysis core for RustFS, powering the rustfs diagnose subcommand: parses customer-provided logs (JSON lines, container-wrapped output, panic blocks, archives), matches a built-in failure-rule library, and produces severity-ranked diagnosis reports.

Plan and design contract: rustfs/backlog#1281.