link-stack/apps/link/app/(main)
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
..
_components Login/logout updates 2025-03-25 10:05:52 +01:00
admin Update dependencies 2024-11-25 09:31:25 +01:00
docs Bridge integration 2024-05-09 07:42:44 +02:00
knowledge Leafcutter / Link build updates 2023-07-18 08:16:16 +00:00
leafcutter Update package names 2024-06-05 08:52:41 +02:00
logout Login/logout updates 2025-03-25 10:05:52 +01:00
opensearch Opensearch embed changes 2024-11-28 08:27:20 +01:00
overview/[overview] Login, logout and middleware updates 2024-12-13 16:37:20 +01:00
profile Leafcutter / Link build updates 2023-07-18 08:16:16 +00:00
reporting Flatten 2023-08-25 07:11:33 +00:00
setup Login, logout and middleware updates 2024-12-13 16:37:20 +01:00
tickets/[id] Login, logout and middleware updates 2024-12-13 16:37:20 +01:00
layout.tsx Dependency cleanup 2024-08-07 12:02:33 +02:00
page.tsx feat: Add centralized logging system with @link-stack/logger package 2025-08-20 11:37:39 +02:00