/nestjs-logger-sample

Nest JS 의 Logger 전역 설정 example

Primary LanguageTypeScript

nestjs-logger-sample

Nest JS 의 Logger 전역 설정 example

Installation

$ npm install

or

$ yarn install

Running the app

$ npm run start:local

or

$ yarn run start:local

ETC

Pino 사용 시 pino-pretty 를 사용하게되면

multistream 또는 rotateStream 쪽에서 제대로 처리를 못하는 현상이 있음

추후 winston 으로 변경 예정