hashgraph / hashgraph/solo-weaver
Story 8.5 — Implement upgrade event file retention policy
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
**Epic:** #505 — Unified JSONL Observability
Prevent unbounded accumulation of upgrade JSONL files on the host filesystem.
**Acceptance criteria:**
- On daemon startup, scan for `upgrade-*.jsonl` files in the event log directory
- Retain only the 10 most recent files (by name or modification time)
- Delete older files silently
Contributor guide
Assessment
This issue has not been assessed yet.