bunyan-debug-filter

v2.0.0
Bunyan logging with namespaces and log filtering using the DEBUG environment variable
bunyan debug logging logs filtering

lint

eslint --fix ./

cover

nyc -r text-summary -r html -- npm run test:only

cover:show

open "file://$PWD/coverage/index.html"

test

npm run cover

test:only

NODE_ENV=test mocha -R spec 'spec/**/*.spec.js'

test:watch

npm run test:only -- -w
npm i bunyan-debug-filter

Metadata

  • MIT
  • Whatever
  • Matt Dunlap
  • released 10/26/2022

Downloads