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;
  }
});

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i good-logentries

    Weekly Downloads

    2

    Version

    2.0.2

    License

    MIT

    Last publish

    Collaborators

    • colonyamericanhomes
    • bjy