fix(cuprate): make Cuprated.toml logging levels explicit
apps/cuprate/manifest.yml only ever wrote network/target_max_memory/ rpc.restricted.enable into Cuprated.toml, so the [tracing.stdout] and [tracing.file] tables were silently absent — cuprated still applied its built-in info/debug/7 defaults, but nothing on disk showed it. Verified live on amishparadise 2026-09-01: the deployed 5-line file had no [tracing] section at all, and the level was only discoverable by running `cuprated --generate-config` and diffing. Add both tables to the manifest's files[].content with the same values cuprated already defaults to, so every new install ships a Cuprated.toml an operator can actually read and tune. overwrite:false means already-deployed nodes (amishparadise included) keep their existing file untouched — this only changes what fresh installs get. Regenerated releases/app-catalog.json (unsigned) to embed the updated manifest; needs scripts/sign-catalog.sh before it's authoritative for the fleet. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ga6N8Jk1YdCTMMX1LjDpAr
This commit is contained in:
+3253
-3255
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user