Created
February 28, 2019 20:56
-
-
Save aigoncharov/c4d2fb9328b6e15a3788ff3e1149e82a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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