-
- [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://githu…
-
https://github.com/Wiredcraft/nestjs-bunyan-logger/blob/9b8e8847e53cb984da6f9c0cce7ca15d34bdc0da/src/logger.providers.ts#L111
@jiangmengyu0409 the transformer is a powerful feature of this library,…
-
I'm wondering if having the Google Cloud logger as a dependency is really neccessary? It's adding a few Mb to my lambda bundle which is a bit large for a lightweight slack nestjs wrapper. Is it poss…
-
### Issue description
My nestjs application uses typeorm and does not release the connection
### Expected Behavior
I found that my nestjs application, after using typeorm to query mysql, the connec…
-
I am running on Ubuntu 23. I have cloned the project and then ran
`yarn infra`
the docker containers are up and running successfully. But while trying to run the command
`yarn start:dev` i am get…
-
Hello Rajesh,
I tried to log the incoming KafkaMessage with my custom logger provider. As decorators runs before nestjs initialization, the `this.logger` got undefined since decorators have the fir…
-
> Can Prisma generate types for swagger with swagger attribute for each field?
We are experiencing the same issue.
Prisma generated the following for us:
```
export type PersonSocialMediaUnche…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
I have created a `Queue…
-
## Problem
Within NestJS, the common solution to implementing an injectable Prisma Client instance is to extend `PrismaClient` and add the `onModuleInit` and `enableShutdownHooks` functions require…
-
Hi
I am using pino logger for nestjs, and add to each log a correlation id.
The problem is when the entry point is not via request, the correlation id is missing, and therefore I don't have any trac…