e2c81758b5dcc1ce8605a34b865cac43b3a29c27
AHS files can exceed 100 MB; the previous 10 MB universal cap silently truncated them and caused incomplete event parsing. Per-extension limits are now used: .ahs gets 1 GB, all other single-file types keep 10 MB. 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
Releases
20
Languages
Go
91.3%
JavaScript
5.2%
CSS
1.7%
HTML
1.1%
Shell
0.6%
Other
0.1%