productionize

5.0.0 • Public • Published

productionize

NPM

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

/productionize/

    Package Sidebar

    Install

    npm i productionize

    Weekly Downloads

    101

    Version

    5.0.0

    License

    MIT

    Unpacked Size

    2.96 kB

    Total Files

    4

    Last publish

    Collaborators

    • dguttman