good-logentries

2.0.2 • Public • Published

good-logentries

Good Reporter for LogEntries

Example

hapi.register({
  register : require('good'),
  options : {
    reporters : [
      new GoodLogentries({
        log : '*',
        request : '*',
        error : '*',
        response : '*',
        ops : '*',
      }, {
        token : 'YOUR LOG TOKEN',
      }),
    ],
  },
}, function(err) {
  if (err) {
    throw err;
  }
});

Readme

Keywords

Package Sidebar

Install

npm i good-logentries

Weekly Downloads

1

Version

2.0.2

License

MIT

Last publish

Collaborators

  • colonyamericanhomes
  • bjy