fix: missing logs on OnApplicationBootstrap hook (#1882)

* - fix: set default Nest logger and bufferLogs to false for pino compatibility
- handle redis error event

* fix collab server logging too
This commit is contained in:
Philip Okugbe
2026-01-29 09:25:23 +00:00
committed by GitHub
parent 74e915546b
commit 60501de992
4 changed files with 15 additions and 3 deletions
@@ -19,7 +19,8 @@ async function bootstrap() {
},
}),
{
bufferLogs: true,
logger: false,
bufferLogs: false,
},
);