Pino logger is registered in app.module.ts
with ecsFormat
.
You can start the server with npm run start:dev
on localhost:3000
.
Simple hello world endpoint is at localhost:3000
. It should be enough to see the wrong log format.
$ npm install
# watch mode
$ npm run start:dev
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.