link-stack/apps/link/app
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
..
(login)/login Login/logout updates 2025-03-25 10:05:52 +01:00
(main) feat: Add centralized logging system with @link-stack/logger package 2025-08-20 11:37:39 +02:00
_actions feat: Add centralized logging system with @link-stack/logger package 2025-08-20 11:37:39 +02:00
_components Update MUI license 2025-06-10 12:06:51 +02:00
_graphql Bug fixes #1 2024-10-18 10:12:27 +02:00
_lib feat: Add centralized logging system with @link-stack/logger package 2025-08-20 11:37:39 +02:00
_styles Bridge integration 2024-05-09 07:42:44 +02:00
api Redis logout WIP 2025-02-05 14:09:59 +01:00
error.tsx App directory refactoring 2023-06-26 10:07:12 +00:00
layout.tsx Clean up middleware, add security-headers to non-Zammad pages 2024-09-04 12:09:28 +02:00