winston-couchdb

0.6.3 • Public • Published

winston-couchdb

A full featured CouchDB transport for winston

Build Status

Install

npm i --save winston winston-couchdb

Setup

var winston = require('winston')
  , winstonCouch = require('winston-couchdb').Couchdb
 
winston.add(winstonCouch, {
  host: 'localhost'
  , port: 5984
  // optional
  , auth: {username: 'user', password: 'pass'}
  , secure: false
  , level: 'info'
})
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.6.3
    38
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.6.3
    38
  • 0.6.2
    1
  • 0.6.1
    1

Package Sidebar

Install

npm i winston-couchdb

Weekly Downloads

29

Version

0.6.3

License

MIT

Last publish

Collaborators

  • chjj
  • indexzero
  • joeybaker