veza/apps/web/src/config
senke 6a0bd12936 cleanup: audit and replace console statements with logger (Cleanup 10-12)
- Created CONSOLE_STATEMENTS_AUDIT.md documenting findings
- Found 33 console statements total (excluding generated files)
- Replaced production console.error with logger.error:
  - main.tsx: Initialization error logging
  - config/env.ts: Environment validation error logging
  - OfflineQueueManager.tsx: Queue operation error logging (2 instances)
  - toast.ts: Toast module loading error logging
- Preserved: Logger implementation, test mocks, JSDoc examples, dev-only utilities
- Cleanup 10: Audit complete
- Cleanup 11-12: Replace console.log/error/warn - COMPLETE (production code only)
2026-01-16 12:15:20 +01:00
..
constants.ts stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00
env.test.ts stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00
env.ts cleanup: audit and replace console statements with logger (Cleanup 10-12) 2026-01-16 12:15:20 +01:00
features.ts incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00