supe-addon-log-citizen-lifecycle
v1.0.1
Published
Log citizen start-ups, shutdowns, crashes and overcrashes
Downloads
4
Readme
Supe Add-On: Log Citizen Lifecycle
Log citizen start-up, shutdown, crashes and overcrashes.
NOTE: Irrelevant for Supe versions 0.4.0 and above
This behavior was rolled into Supe core at version 0.4.0.
Install
npm install --save supe-addon-log-citizen-lifecycle
Usage
var supervisor = require('supe')(),
log_citizen_lifecycle_addon = require('supe-addon-log-citizen-lifecycle');
supervisor.use( log_citizen_lifecycle_addon );