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
c620e4bf25 Flatten 2023-08-25 07:11:33 +00:00
Darren Clarke
b312a8c862
App directory refactoring 2023-06-26 10:07:12 +00:00
Darren Clarke
656f3fbe71 Build and type fixes 2023-05-24 20:27:57 +00:00
Darren Clarke
5535d6b575 Move packages/apps back 2023-03-10 08:26:51 +00:00
Darren Clarke
6eaaf8e9be Move in progress apps temporarily 2023-03-07 14:09:49 +00:00
Darren Clarke
b012f8295b Continue organization 2023-02-13 13:46:56 +00:00