Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 312 Bytes

Custom bunyan logger for our Node.js project.

Install

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