Skip to content

Commit 7348139

Browse files
committed
disable logging
1 parent 4338550 commit 7348139

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/server/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const server = fastify({
2929
maxParamLength: 5000,
3030
},
3131
trustProxy: env.TRUSTED_PROXIES,
32-
logger: true
3332
});
3433

3534
await server.register(ws, {

0 commit comments

Comments
 (0)