Skip to content

cblanc/commonlog-bunyan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Naive Common Log for Bunyan

Resources

Stars

Watchers

Forks

Packages

No packages published