1602 / 1602/compound

Logger needs more config

Open
#439 3 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.