Skip to content

tilleps/bunyan-babe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunyan-babe

Author: Eugene Song tilleps@gmail.com

Companion to bunyan logger, bunyan-babe adds the ability to filter what is going to be logged with bunyan. By default, bunyan-babe is disabled and outputs to console.log.

Usage

Log everything

BUNYAN=* node index.js

Log anything that starts with admin or user

var logger = require('bunyan-babe')()({ name: "admin" });
BUNYAN=admin*,user* node index.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published