Logger needs more config
- Lenguaje dominante
- JavaScript
- Estrellas
- 1.6k
- Forks
- 179
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Replace app.enable('quiet') with two options:
1. switch logging between file and stdout
2. log level tuning (enable controller logs, mailer logs, etc)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Look for the logger configuration in the codebase, likely in a config or initialization file. The issue mentions replacing `app.enable('quiet')` with options for output destination (file vs stdout) and log level tuning (controller logs, mailer logs). Start by finding where `enable('quiet')` is used and understand the current logging structure. Check if there are existing tests for logging to ensure changes don't break functionality.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, node.js
- Área
- backend, tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100