Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gas-buddy/configured-pino
- Owner: gas-buddy
- Created: 2018-09-26T18:49:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T21:00:54.000Z (over 4 years ago)
- Last Synced: 2024-11-16T09:07:41.834Z (2 months ago)
- Language: JavaScript
- Size: 483 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
}
```