Skip to content

andrew-sol/nestjs-pino-reproduction

Repository files navigation

nestjs-pino reproduction

yarn
yarn start:dev

Open: http://localhost:3000 The following code has been executed:

this.logger.log('foo', { bar: 'baz' }, 'baf');

Source file: src/app.controller.ts

Check the terminal window. You will see "msg":"foo", but not the other logged params.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published