Commit graph

16 commits

Author SHA1 Message Date
Darren Clarke
457a86ebcd Signal fixes 2025-11-13 11:18:08 +01:00
Darren Clarke
0e8c9be247 Signal group and Formstack fixes 2025-11-13 10:42:16 +01:00
Darren Clarke
6f0f97ab7b Incoming filename fixes 2025-09-02 11:04:59 +02:00
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
46e1116bc5 Fix internal/external group id issue 2025-07-08 18:25:44 +02:00
Darren Clarke
a55e939592 Groups WIP #2 2025-07-08 18:03:01 +02:00
Darren Clarke
7be5cb1478 More groups WIP 2025-07-07 20:02:54 +02:00
Darren Clarke
c8ccee7ada Add Signal auto-group creation 2025-06-10 14:02:21 +02:00
Darren Clarke
810a333429 Update logging 2025-01-22 17:50:38 +01:00
Darren Clarke
27300b2530 Signal and middleware updates 2024-09-05 16:19:58 +02:00
Darren Clarke
31faf22fd5 Signal attachment updates 2024-09-05 10:03:55 +02:00
Darren Clarke
aa453954ed Use server actions instead of client-side API calls 2024-08-05 23:31:15 +02:00
Darren Clarke
5e2475848e Signal send/receive fixes 2024-07-31 08:56:28 +02:00
Darren Clarke
c32c26088f Standardize bridge send/receive params 2024-07-18 11:08:01 +02:00
Darren Clarke
dbf3a95bbb Signal and Docker updates 2024-06-28 12:28:11 +02:00
Darren Clarke
0cf1c3b8fd Worker build updates 2024-06-28 07:49:39 +02:00
Renamed from apps/bridge-worker/tasks/signal/fetch-signal-messages.ts (Browse further)