https://github.com/pinojs/pino is implemented in a couple of places already, but the configuration may need to be unified across the app. Also there are a number of console.log() calls which should be replaced with using the more full featured logging layer.
https://github.com/pinojs/pino is implemented in a couple of places already, but the configuration may need to be unified across the app. Also there are a number of
console.log()
calls which should be replaced with using the more full featured logging layer.Relates to #138