commonlog-bunyan

0.4.3 • Public • Published

Build Status Dependency Status

Naive Common Log for Bunyan

Getting my head around Bunyan. Relies on module caching to retrieve the same instance of bunyan logger over and over again - i.e. To avoid this...

logger = require("./lib/logger");
...
logger = require("../../lib/logger");
...
logger = require("../../../lib/logger");
...

License

MIT

/commonlog-bunyan/

    Package Sidebar

    Install

    npm i commonlog-bunyan

    Weekly Downloads

    8

    Version

    0.4.3

    License

    MIT

    Last publish

    Collaborators

    • cablanchard