open-brainy/src/storage/adapters
David Snelling 1b13505da5 refactor: clean up verbose diagnostic logging from storage adapters
Remove verbose info logs from GCS and S3 storage adapters while keeping
critical warnings and error messages. This cleanup makes production logs
more actionable and less noisy.

Changes:
- Remove verbose cache check logging (structure details, field validation)
- Remove verbose GCS/S3 operation logs (download progress, parsing steps)
- Remove verbose pagination diagnostic logs (per-shard, per-file details)
- Keep critical warnings for invalid cache, null cache, recovery actions
- Keep error logs for actual failures
- Move successful operation details to trace level

Benefits:
- Production logs are now clean and actionable
- Critical issues still surface with warnings
- Debug details available via trace level when needed
- v3.37.8 cache validation remains fully functional

This completes the GCS persistence debugging journey (v3.35.0 → v3.38.0)
2025-10-13 09:23:27 -07:00
..
baseStorageAdapter.ts feat: implement HNSW index rebuild and unified index interface 2025-10-10 11:15:17 -07:00
batchS3Operations.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
fileSystemStorage.ts fix: return minimal stats with counts when statistics don't exist 2025-10-11 09:05:16 -07:00
gcsStorage.ts refactor: clean up verbose diagnostic logging from storage adapters 2025-10-13 09:23:27 -07:00
memoryStorage.ts fix: return minimal stats with counts when statistics don't exist 2025-10-11 09:05:16 -07:00
opfsStorage.ts fix: return minimal stats with counts when statistics don't exist 2025-10-11 09:05:16 -07:00
optimizedS3Search.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
s3CompatibleStorage.ts refactor: clean up verbose diagnostic logging from storage adapters 2025-10-13 09:23:27 -07:00