Skip to content

Instantly share code, notes, and snippets.

@ageldama
Created September 18, 2018 05:47
Show Gist options
  • Select an option

  • Save ageldama/9f3c2841f2191b370ea94f6398b199d7 to your computer and use it in GitHub Desktop.

Select an option

Save ageldama/9f3c2841f2191b370ea94f6398b199d7 to your computer and use it in GitHub Desktop.
format: winston.format.combine(
winston.format.timestamp(),
winston.format.printf(info => {
return `${info.timestamp} ${info.level}: ${info.message}`;
})
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment