mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-08 13:06:00 +00:00
10967d0815
* fix(log-analyzer): track storage probe failures * fix(error): merge equivalent api message branches Co-Authored-By: heihutu <heihutu@gmail.com> Co-Authored-By: zhi22915 <qiuzgang@gmail.com> --------- Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: zhi22915 <qiuzgang@gmail.com>
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.