Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gas-buddy/configured-pino

A configuration driven Pino logging infrastructure
https://github.com/gas-buddy/configured-pino

Last synced: about 2 months ago
JSON representation

A configuration driven Pino logging infrastructure

Awesome Lists containing this project

README

        

configured-pino
==================

[![Greenkeeper badge](https://badges.greenkeeper.io/gas-buddy/configured-pino.svg)](https://greenkeeper.io/)

[![Coverage Status](https://coveralls.io/repos/github/gas-buddy/configured-pino/badge.svg?branch=master)](https://coveralls.io/github/gas-buddy/configured-pino?branch=master)

A trivial wrapper around [Pino](https://getpino.io) logging to be usable from existing @gasbuddy/service
infrastructure which was winston based.

Sample Configuration
====================
```
"logger": {
"module": "@gasbuddy/configured-pino",
"level": "warn"
}
```