daniele-liprandi/EvoNEST-backbone
Console logging in production code
Ouverte
#22 ouverte le 26 nov. 2025
BackendLowenhancementgood first issue
Métriques du dépôt
- Stars
- (1 étoile)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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