Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

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.

  1. nest-winston
  2. 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

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.