Skip to content

Instantly share code, notes, and snippets.

@stauntonknight
Created April 20, 2015 01:19
Show Gist options
  • Save stauntonknight/f6b64e150f7dcf84f24a to your computer and use it in GitHub Desktop.
Save stauntonknight/f6b64e150f7dcf84f24a to your computer and use it in GitHub Desktop.
winston config
winston.loggers.add('application', {
console: {
level: 'silly',
colorize: true
},
file: {
level: 'info',
filename: path.join(__dirname, 'logs/tmp.log')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment