Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(log): replace bunyan with pino log lib
bunyan has not been updated since 3 years. Use a more recent and faster log library. Add also log configuration via NODE_ENV env variable. When NODE_ENV is set to 'development' the log level is set to 'debug'. Otherwise, the log level is set to 'info'.
- Loading branch information