Avocarrot / johnwatson

Winston http logger for Sherlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watson

Winston http logger for Sherlock

Example

const watson = require('johnwatson')({ service: 'test', http: { level: 'error', host: 'requestb.in', path: '/10c40eu1', ssl: true } });

const err = new Error('Something went wrong');

watson.log('error', err.message, {
  env: process.env.NODE_ENV || 'dev',
  stack: err.stack,
  request: {}
});

Open https://requestb.in/10c40eu1

For production replace host, path, ssl properties to match a Sherlock instance.

About

Winston http logger for Sherlock

License:MIT License


Languages

Language:JavaScript 100.0%