Logger needs more config
Open
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
Replace app.enable('quiet') with two options:
1. switch logging between file and stdout
2. log level tuning (enable controller logs, mailer logs, etc)
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100