0.0.5 • Published 10 years ago

winston-couchbase v0.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

winston-couchbase

NPM

A Couchbase transport for winston.

Installation

$ npm install winston
$ npm install winston-couchbase --save

Usage

var winston = require('winston');
// exposes `winston.transports.Couchbase`
var winstonCb = require('winston-couchbase');
winston.add(winston.transports.Couchbase, options);

Options

  • level (default: info): level of the message this transport should log.
  • bucket (default: default): bucket where to store logs.
  • prefix (default: wl): prefix of your keys.
  • host (default: 127.0.0.1:8091): address of the couchbase server.
0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago