daniele-liprandi/EvoNEST-backbone

Console logging in production code

Offen

#22 geöffnet am 26.11.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)auto 404
BackendLowenhancementgood first issue

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide