daniele-liprandi/EvoNEST-backbone
Console logging in production code
Aberta
#22 aberto em 26 de nov. de 2025
BackendLowenhancementgood first issue
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
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