Operations
Logging
Beats emits structured timestamp events with hash/tx prefixes only (no full payload logging by default).
Vercel log drain
For production observability, configure a Vercel Log Drain in the Vercel dashboard.
- Recommended destination: your SIEM/log platform
- Mark deployment env with
VERCEL_LOG_DRAIN_CONFIGURED=1so/api/healthreflects operational readiness
Health endpoint
GET /api/health includes:
- latest anchor telemetry
- degraded/ok status based on anchor freshness
- ops flags (
log_drain_configured,pro_tier_token_configured)