link-stack/apps/leafcutter/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 Update package names 2024-06-05 08:52:41 +02:00
(main) Update logging 2025-01-22 17:50:38 +01:00
_components Update MUI license 2025-06-10 12:06:51 +02:00
_config App directory refactoring 2023-06-26 10:07:12 +00:00
_lib feat: Add centralized logging system with @link-stack/logger package 2025-08-20 11:37:39 +02:00
_locales More app directory refactoring 2023-06-28 09:09:45 +00:00
_styles Flatten 2023-08-25 07:11:33 +00:00
api feat: Add centralized logging system with @link-stack/logger package 2025-08-20 11:37:39 +02:00
layout.tsx WIP 2 2024-03-16 19:39:20 +01:00