Skip to content

Instantly share code, notes, and snippets.

@wordswords
Created September 27, 2016 18:44
Show Gist options
  • Save wordswords/05d6dbd63ba48bbe71955af31cb30c19 to your computer and use it in GitHub Desktop.
Save wordswords/05d6dbd63ba48bbe71955af31cb30c19 to your computer and use it in GitHub Desktop.
var logger = new winston.Logger({
level: 'info',
transports: [
new (winston.transports.Console)(),
new (winston.transports.File)({ filename: 'somefile.log' })
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment