Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talyssonoc/wolverinejs-loggly

Drive for Loggly as output for WolverineJS
https://github.com/talyssonoc/wolverinejs-loggly

Last synced: 19 days ago
JSON representation

Drive for Loggly as output for WolverineJS

Awesome Lists containing this project

README

        

# WolverineJS Loggly driver

Driver for using [Loggly](https://www.loggly.com/docs/nodejs-logs/) service as output for [WolverineJS](https://github.com/talyssonoc/WolverineJS).

# Install

```sh
$ npm install wolverinejs-loggly
```

# Usage

```js
var Wolverine = require('wolverine');

var logger = new Wolverine({
driver: {
lib: require('wolverinejs-loggly'),
config: {
//Your Loggly settings, see the item 2 here:
//https://www.loggly.com/docs/nodejs-logs/
}
}
});
```