daniele-liprandi/EvoNEST-backbone

Console logging in production code

Aperta

#22 aperta il 26 nov 2025

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2 fork)auto 404
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

  1. Implement a logging library (pino, winston)
  2. Add log levels (debug, info, warn, error)
  3. Include request context in logs

Guida contributor