Redirect node server side logging to papertrail. This will send all console output to your papertrail application. Console logging is also disabled.
NODE_ENVof 'production', 'staging', or 'dev'PAPERTRAIL_HOSTPAPERTRAIL_PORT.
The host and port must be set up with an account in papertrail
npm install --save git+https://git@github.com/jim-phillips/clc-papertrail-logging.git
require('clc-papertrail-logging');
All subsequent console output will be redirected to papertrail.