bunyan-couchdb-stream
Note: this module is auto published to npm on CircleCI. Only run npm version patch|minor|major
and let CI do the rest.
A writable stream that writes log JSON objects (as generated by bunyan) to CouchDB / PouchDB
var bunyan = ;var LogStream = ; var log = bunyan; log;
If the database does not exists, bunyan-couchdb-stream
will try to create it.