A progressive Node.js framework for building efficient and scalable server-side applications.
This repository is a utility to explore logging in nest js. Two nest logging packages are used in this repo to explore different ways of logging.
- nest-winston
- nest-winston-logger
To explore more clone the repo and switch between commits to see code of different practices. Http logger middle approach is configured as well
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.