restify / restify/node-restify
bunyan is unmaintained, move to pino?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 975
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 5
Description
- Used appropriate template for the issue type
- Searched both open and closed issues for duplicates of this issue
- Title adequately and concisely reflects the feature or the bug
Feature Request
Use Case
bunyan is fine but looks like it's not maintained anymore. https://github.com/trentm/node-bunyan
https://github.com/pinojs/pino seems to be the most popular one; so let's switch?
Example API
To push an audit log to stdout:
const logger = pino({ name: 'audit' }, destination(0));
Are you willing and able to implement this?
Yeah I can send the PRs
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 locating the Bunyan dependency, its configuration, and all logging call sites in the repository. Review the existing test commands before replacing the logger, then verify that the relevant tests pass and that logging uses Pino without changing the audit-log behavior described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100