mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-08 04:58:12 +00:00
d4f2467958
(cherry picked from commit f5b6cbd5d3)
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.