2.0.0 • Published 4 years ago
volante-logfile v2.0.0
Volante Logfile Spoke
Volante Spoke module which handles logging Volante log events to file.
Usage
npm install volante-logfileVolante Spokes are automatically loaded and instanced if they are installed locally and hub.attachAll() is called.
Props
Options are changed using the VolanteLogfile.update event with an options object (shown with defaults):
hub.emit('VolanteLogfile.update', {
logVolante: false, // log all volante.log events
logPath: '/tmp/volante/', // path to log files
rotationInterval: 'day', // rotation interval
rotationCheckTimerMs: 60000, // how often we will check for rotation
dateFormat: 'YYYY-MM-DDTHH.mm.ss[Z]', // format string used for filename dates
});License
ISC