-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
What is the problem this feature will solve?
To have a structured log package available in stdlib so that all npm modules can log in a single fashion instead of
- logging to console
- not logging
- Having some arbitrary logger interface
- Emitting random log events
- Worst case: they literally depend on Winston and it’s 200 transitive dependencies
What is the feature you are proposing to solve the problem?
Implement something like https://go.dev/blog/slog
What alternatives have you considered?
No response
Delapouite, kibertoad, Ankcorn, gp-jameskyburz, TheOneTheOnlyJJ and 2 morecjihrig and TheOneTheOnlyJJ
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Triaged