Commit graph

9 commits

Author SHA1 Message Date
Darren Clarke
c1feaa4cb1 feat: Add centralized logging system with @link-stack/logger package
- Create new @link-stack/logger package wrapping Pino for structured logging
- Replace all console.log/error/warn statements across the monorepo
- Configure environment-aware logging (pretty-print in dev, JSON in prod)
- Add automatic redaction of sensitive fields (passwords, tokens, etc.)
- Remove dead commented-out logger file from bridge-worker
- Follow Pino's standard argument order (context object first, message second)
- Support log levels via LOG_LEVEL environment variable
- Export TypeScript types for better IDE support

This provides consistent, structured logging across all applications
and packages, making debugging easier and production logs more parseable.
2025-08-20 11:37:39 +02:00
Darren Clarke
810a333429 Update logging 2025-01-22 17:50:38 +01:00
Darren Clarke
48aa89f7cf Make bridge worker settings configuration via env vars 2024-11-05 10:12:18 +01:00
Darren Clarke
0cf1c3b8fd Worker build updates 2024-06-28 07:49:39 +02:00
Darren Clarke
c729a46a0c Signal API updates 2024-06-05 15:12:48 +02:00
Darren Clarke
67a5b60ad5 Docker build updates 2024-05-14 15:31:44 +02:00
Darren Clarke
e720336768 Fix build errors 2024-04-21 20:47:55 +02:00
Darren Clarke
f93c4ad317 Bridge worker updates 2024-04-21 16:59:50 +02:00
Darren Clarke
a445762a37 Metamigo -> Bridge 2024-04-21 09:44:30 +02:00
Renamed from apps/metamigo-worker/index.ts (Browse further)