A modern logger π built on top of Winston with native support for emojis and Rollbar
- Uses Winston logging library under the hood
- Enable Rollbar error tracking service as a transport from the environment β
- Pick between 1341 emojis from node-emoji to give a little bit of more coolness π to your logs π β
- Supports Bluebird π¦ promises β
npm install modern-logger
const Logger = require('modern-logger')
Logger.info('Launching :rocket: app to space :night_with_stars:')
Variable | Description | Required | Default value |
---|---|---|---|
LOG_LEVEL | The log level verbosity. | false | info |
ENVIRONMENT | The environment the app is running on. | false | undefined |
VERSION | The version of the app. | false | undefined |
VERSION_COMMIT | The current code commit of the app. | false | undefined |
ROLLBAR_API_KEY | The server API key used to talk with Rollbar. | false | undefined |
You can contribute either with code (e.g., new features, bug fixes and documentation) or by donating 5 EUR. You can read the contributing guidelines for instructions on how to contribute with code.
All donation proceedings will go to the Sverige fΓΆr UNHCR, a swedish partner of the UNHCR - The UN Refugee Agency, a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people.
- serverful - A kickass πͺ web server π with all the bells π and whistles β¨
Read the license for permissions and limitations.