Logger needs more config
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.6k
- Forks
- 179
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Replace app.enable('quiet') with two options:
1. switch logging between file and stdout
2. log level tuning (enable controller logs, mailer logs, etc)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript, node.js
- Bereich
- backend, tooling
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100