supe-addon-log-citizen-output
v1.0.2
Published
Supe Supervisor Module: label and pipe citizen stdout and stderr to supervisor's
Downloads
2
Readme
Supe Add-On: Log Citizen Output
Display output from citizens in the supervisor's output.
NOTE: Irrelevant (and broken) for Supe versions 0.4.0 and above
This behavior was rolled into Supe core at version 0.4.0. Additionally, APIs this package depends on were removed.
Install
npm install --save supe-addon-log-citizen-output
Usage
var supervisor = require('supe')(),
log_citizen_output_addon = require('supe-addon-log-citizen-output');
supervisor.use( log_citizen_output_addon );