Commit graph

8 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
c32c26088f Standardize bridge send/receive params 2024-07-18 11:08:01 +02:00
Darren Clarke
85a0fc11e5 Update package names 2024-06-05 08:52:41 +02:00
Darren Clarke
89d229eba9 Fix FB send job params 2024-05-17 13:24:18 +02:00
Darren Clarke
d1fb9b4d06 Refactoring 3 2024-04-30 13:13:49 +02:00
Darren Clarke
e4b78ceec2 Refactoring 2 2024-04-30 11:39:16 +02:00
Darren Clarke
f93c4ad317 Bridge worker updates 2024-04-21 16:59:50 +02:00