-
[ Pino](https://github.com/pinojs/pino-nextjs-example) could do a good job.
-
### 🔎 Search Terms
Write after end node error
### The problem
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current behavior
I am using nest-winsto…
-
Migrating from remoteJoin to use the socketsJoin i have notice a strange behavior, seems that the socketsJoin method is not waiting for a response from others server so that if we perform an emit aft…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I am trying to configure the logger according to the docs https://github.com/jmcdo29/ogma/tre…
-
Hey thanks for creating this. I tried to use it in a project and I get the error
"Cannot find module 'C:\path_to_my_project\[node_modules@nestjs.pro](mailto:node_modules@nestjs.pro)\logger-elasticsea…
-
****
-
Hello !
For some reason, I'm using a factory to create the configuration for TypeORM
Is it possible to upload this file? So that I can launch my fixture ?
```ts
// database.module.ts
import …
-
Hey!
In my Nest project I have a custom Logger implementation which is optimized for SumoLogic format. In case of errors I use my logger to print logs and `@ntegral/nestjs-sentry` to send error to …
-
### app.service.ts
```typescript
import { Injectable } from '@nestjs/common';
import { logger } from './logger/myLogger.service';
import { PrismaService } from './prisma/prisma.service';
@Injec…
-
I'm experiencing an awkward bug.
I've two microservices with the same MessageService class
```
export class MessageService implements OnApplicationShutdown, MessageServiceInterface {
private cl…