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

The problem I am facing is similar to those described in this [feature request](https://github.com/iamolegga/nestjs-pino/issues/535). Despite after using `LoggerErrorInterceptor` I am getting the correct stack trace of errors thrown from controllers...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to add context to the "request completed|errored" log, with vanilla pino-http I can do this via `req.log.setBindings()`. This...

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/#/) and [pino-http](https://github.com/pinojs/pino-http) - [x] I couldn't find the same [open issue of nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues) -...

bug

**Is your feature request related to a problem? Please describe.** The command `nest add nestjs-pino` fails adding nestjs-pino to a nestjs project. **Describe the solution you'd like** Be able to...

enhancement

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I faced with error "Cannot read...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.30&new-version=20.12.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies

Bumps [pino](https://github.com/pinojs/pino) from 8.19.0 to 9.0.0. Release notes Sourced from pino's releases. v8.21.0 What's Changed docs: add a section about pino-logfmt #1879 by @​botflux in pinojs/pino#1941 Docs: Separate ecosystem lists...

dependencies

Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.3.6 to 10.3.8. Commits 6538ede chore(@​nestjs) publish v10.3.8 release 8b4dbb3 chore(@​nestjs) publish v10.3.7 release See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/testing&package-manager=npm_and_yarn&previous-version=10.3.6&new-version=10.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.3.5 to 10.3.8. Release notes Sourced from @​nestjs/core's releases. v10.3.6 (2024-03-27) Bug fixes microservices #13367 Revert "fix(microservices): fix redundant code to emit error" (@​kamilmysliwiec) core #13366 fix(core):...

dependencies