commonlog-bunyan
v0.4.3
Published
Naive common log for bunyan
Readme
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


