Commit graph

10 commits

Author SHA1 Message Date
Darren Clarke
3a1063e40e Remove leafcutter and related packages 2025-11-09 12:48:12 +01: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
a8dd53507d Opensearch embed changes 2024-11-28 08:27:20 +01:00
Darren Clarke
2568547384 Dependency cleanup 2024-08-07 12:02:33 +02:00
Darren Clarke
aa453954ed Use server actions instead of client-side API calls 2024-08-05 23:31:15 +02:00
Darren Clarke
85a0fc11e5 Update package names 2024-06-05 08:52:41 +02:00
Darren Clarke
b09cc82544 WIP 5 2024-03-20 17:51:21 +01:00
Darren Clarke
b8c6e893ff WIP 4 2024-03-17 12:58:25 +01:00
Darren Clarke
43bfdaa1e3 WIP 1 2024-03-16 12:51:56 +01:00
Darren Clarke
60b82f6fb4
Zammad docker and Link structure updates 2023-07-10 10:13:06 +00:00
Renamed from apps/link/app/page.tsx (Browse further)