Update link to Pino logger (#649)

This commit is contained in:
James Sumners
2017-01-17 15:03:42 -05:00
committed by Sam Verschueren
parent 0ef8992b1b
commit 7901980ea9

View File

@@ -231,7 +231,7 @@ Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter]
### Logging ### Logging
- [pino](https://github.com/mcollina/pino) - Extremely fast logger inspired by Bunyan. - [pino](https://github.com/pinojs/pino) - Extremely fast logger inspired by Bunyan.
- [winston](https://github.com/winstonjs/winston) - Multi-transport async logging library. - [winston](https://github.com/winstonjs/winston) - Multi-transport async logging library.
- [Bunyan](https://github.com/trentm/node-bunyan) - JSON logging library. - [Bunyan](https://github.com/trentm/node-bunyan) - JSON logging library.
- [intel](http://seanmonstar.github.io/intel/) - Logging library (handlers, filters, formatters, console injection). - [intel](http://seanmonstar.github.io/intel/) - Logging library (handlers, filters, formatters, console injection).