You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: redact sensitive feed data in structured logs (#903)
## Summary
- redact feed tokens from request-scoped logging paths
- replace logged source URLs with hashed host metadata
- consolidate security and observability emission through a shared
structured logger
- route rack-timeout logging through the same JSON logger
## Verification
- docker compose -f .devcontainer/docker-compose.yml up -d
- docker exec devcontainer-app-1 bash -lc 'cd /workspace && make setup
&& make ready'
## Notes
- make ready passed with the new redacted log shape visible in the
exercised request logs during RSpec
---
0 commit comments