daniele-liprandi/EvoNEST-backbone

Console logging in production code

オープン

#22 opened on 2025/11/26

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2 件のフォーク)auto 404
BackendLowenhancementgood first issue

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド