productionize
v5.0.0
Published
Simple additions for a production app
Downloads
391
Readme
productionize
Does a few simple things like overriding console.log and console.error to use for JSON logging bunyan.
It will also reduce the precision of numbers to 6 digits (so Fluentd doesn't get upset).
tl;dr: ~20 lines used in a bunch of production apps.
Usage
// at the very top of your app's entry:
require('productionize')('your-app-name-for-logging')
License
MIT