restify / node-restify

The future of Node.js REST development
http://restify.com
MIT License
10.71k stars 984 forks source link

bunyan is unmaintained, move to pino? #1972

Open SamuelMarks opened 5 months ago

SamuelMarks commented 5 months ago

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