e3ff1745fcd4b8b48bb082cac7199a6d2cf5f308
- Filter out debug noise (plan-B per-path lines, heartbeats, timing stats, telemetry) - Strip server-side nanosecond timestamp prefix from displayed messages - Transform snapshot progress lines to show current path instead of doc count + ETA - Humanize recurring message patterns (plan-B summary, prefetch, snapshot total) - Raw collect.log and raw_export.json are unaffected Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LOGPile
Standalone Go application for BMC diagnostics analysis with an embedded web UI.
What it does
- Parses vendor diagnostic archives into a normalized hardware inventory
- Collects live BMC data via Redfish
- Exports normalized data as CSV, raw re-analysis bundles, and Reanimator JSON
- Runs as a single Go binary with embedded UI assets
Documentation
- Shared engineering rules:
bible/README.md - Project architecture and API contracts:
bible-local/README.md - Agent entrypoints:
AGENTS.md,CLAUDE.md
Run
make build
./bin/logpile
Default port: 8082
License
MIT (see LICENSE)
Description