Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 317 Bytes

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.