Skip to content

Latest commit

 

History

History
executable file
·
42 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
42 lines (33 loc) · 1.42 KB

spool-winston

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Install

$ npm install @fabrix/spool-winston --save

Configure

// config/main.js
module.exports = {
  spools: [
    // ... other spools
    require('spool-winston').WinstonSpool
  ]
}