nestjs-pino icon indicating copy to clipboard operation
nestjs-pino copied to clipboard

Platform agnostic logger for NestJS based on Pino with REQUEST CONTEXT IN EVERY LOG

Results 35 nestjs-pino issues
Sort by recently updated
recently updated
newest added

- [x] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) - [x] I've read [the docs of pino](https://getpino.io/#/) - [x] I couldn't find the same [question about nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues?q=label%3Aquestion) **Question** I'm trying to...

enhancement

[X] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) [X] I've read [the docs of pino](https://getpino.io/#/) [X] I couldn't find the same [open issue of nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues) **What is the current behavior?** When...

bug

https://github.com/iamolegga/nestjs-pino/blob/18c701066d8ff38af5511f3665b9b3de511891f9/README.md#L229-L241 ![image](https://user-images.githubusercontent.com/13461315/159097960-c787d916-24ee-42a3-a49d-64aba73d9241.png) What does works: ```js LoggerModule.forRoot({ pinoHttp: { logger: pino({ useLevelLabels: true, level: process.env.NODE_ENV !== 'production' ? 'debug' : 'info', transport: process.env.NODE_ENV !== 'production' ? { target: 'pino-pretty' }...

[x] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) [x] I've read [the docs of pino](https://getpino.io/#/) [x] I couldn't find the same [question about nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues?q=label%3Aquestion) **Question** How i can use logger.assign with...

question

**Is your feature request related to a problem? Please describe.** Avoid writing logs on each function. Lets say I want to write function entry and exit log in 'INFO' level,...

enhancement

[X] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) [X] I've read [the docs of pino](https://getpino.io/#/) [X] I couldn't find the same [open issue of nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues) **What is the current behavior?** HTTP...

bug

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.3 to 27.1.4. Changelog Sourced from ts-jest's changelog. 27.1.4 (2022-03-24) Bug Fixes compiler: revert #3194 (#3362) (2b7dffe), closes #3272 remove esbuild from peer dependency (#3360) (8c8c1ca), closes...

dependencies

[x] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) [x] I've read [the docs of pino](https://getpino.io/#/) [x] I couldn't find the same [open issue of nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues) **What is the current behavior?** Basically...

bug

Nest provides way to automatically detect to what class it's injected. https://github.com/nestjs/docs.nestjs.com/issues/937

enhancement