Skip to content

yumitsu/bunyan-pretty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

#bunyan-pretty James Wyse's workaround for getting pretty-printed bunyan output in Node. See trentm/node-bunyan#13 for details.

You could use it like this:

var bunyanPretty = require('bunyan-pretty');
bunyan.createLogger({
  name: 'audit',
  stream: process.stdout.isTTY ? bunyanPretty() : process.stdout,
  level: 'info'
})

About

Pretty-printed bunyan output in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%