Skip to content

Instantly share code, notes, and snippets.

@aigoncharov
Created February 28, 2019 20:56
Show Gist options
  • Save aigoncharov/c4d2fb9328b6e15a3788ff3e1149e82a to your computer and use it in GitHub Desktop.
Save aigoncharov/c4d2fb9328b6e15a3788ff3e1149e82a to your computer and use it in GitHub Desktop.
const controller = (req, res, next) => {
loggerCls.info('Long live rocknroll!')
// Logs something like
// {"level":30,"time":1551385666046,"msg":"Long live rocknroll!","pid":25,"hostname":"eb6a6c70f5c4","traceID":"9ba393f0-ec8c-4396-8092-b7e4b6f375b5","v":1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment