restify / restify/node-restify
Rename bunyan_helper.js and bunyan.js in plugins to log_helper.js and log.js
Open
Nobody has claimed this yet.
Critical
Feature
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 975
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 5
Description
We're in the midst of making restify logging framework agnostic, i.e. it should be possible to use both pino and bunyan with restify. To that end we should rename anything bunyan specific to log
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the bunyan_helper.js and bunyan.js files in plugins, then search the repository for references to those names and other bunyan-specific paths. Rename the plugin files and update their references so the logging-related names are framework-neutral, with the existing checks still passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100