| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-09 | Fix production-sync-testing.md guide and sanitize-logs.sh script | DanConwayDev | |
| - Fix shebang in sanitize-logs.sh from #!/bin/bash to #!/usr/bin/env bash for NixOS compatibility - Update sanitizer defaults from 100/20 to 200/100 chars for better log readability - Fix CLI argument names in guide: --sync-bootstrap-relay -> --sync-bootstrap-relay-url - Fix CLI argument names in guide: --git-path -> --git-data-path These issues were discovered during first-time testing of the production sync testing guide. | |||
| 2026-01-09 | docs: add production sync testing guide and log sanitizer script | DanConwayDev | |
| Add infrastructure for iterative debugging of sync against production data: - scripts/sanitize-logs.sh: Truncates verbose log lines for LLM analysis - docs/how-to/production-sync-testing.md: Step-by-step guide for testing sync against real relays, identifying issues, and improving logging | |||