4 comments (4 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript2,386 forks (2,386 forks)batch import
help wanted
Repository metrics
- Stars
- 14,870 stars (14,870 stars)
- PR merge metrics
- Avg merge 8d 20h (Avg merge 8d 20h)13 merged PRs in 30d (13 merged PRs in 30d)
Description
#9292 revealed that we should consider adding to the initial start logs
See thread
Contributor guide
- Research direction
- Examine the referenced PR #9292 discussion thread to understand the proposed telemetry status information. Locate the startup logging code in the repository (typically in the server or CLI entry point). The task is to add a log line indicating whether telemetry is enabled or disabled, following the pattern of existing startup logs.
- Tech stack
- nodejstypescript
- Domain
- backenddeveloper experienceobservability
- Issue type
- Feature
- Prerequisites
- basic Node.js logging concepts