winston-gelfling

0.0.2 • Public • Published

winston-gelfling

A gelfling transport for winston. Inspired by winston-graylog2 transport.

Installation

Tested on node-0.6.x, requires npm.

  $ npm install winston-gelfling

Usage

  var winston = require('winston');
  winston.add(require('winston-gelfling').Gelfling, options);
 

Options are the following:

  • level: Level of messages this transport should log. (default: info)

  • silent: Boolean flag indicating whether to suppress output. (default: false)

  • graylogHost: IP address or hostname of the graylog2 server. (default: localhost)

  • graylogPort: Port to send messages to on the graylog2 server. (default: 12201)

  • graylogHostname: The hostname associated with graylog2 messages. (default: require('os').hostname())

  • graylogFacility: The graylog2 facility to send log messages.. (default: nodejs)

Readme

Keywords

none

Package Sidebar

Install

npm i winston-gelfling

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • bchew