BackendLowenhancementgood first issue
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Description
Extensive use of console.log and console.error throughout the codebase without structured logging.
Files affected
- 20+ files in
src/app/api/
Recommended fix
- Implement a logging library (pino, winston)
- Add log levels (debug, info, warn, error)
- Include request context in logs