BackendLowenhancementgood first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
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