We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4338550 commit 7348139Copy full SHA for 7348139
apps/server/src/main.ts
@@ -29,7 +29,6 @@ const server = fastify({
29
maxParamLength: 5000,
30
},
31
trustProxy: env.TRUSTED_PROXIES,
32
- logger: true
33
});
34
35
await server.register(ws, {
0 commit comments