Custom bunyan logger for our Node.js project.
- npm install:
$ npm i --save git+https://github.com/inlineapps/logger.git
- Add the add the following settings to
.env
LOG_LEVEL=info
SLACK_WEBHOOK_URL=<webhook url>
SLACK_CHANNEL=<channel name>
SLACK_USERNAME=<user name>