Skip to content

Commit 35788ab

Browse files
chore: drop logging level
1 parent 5223b07 commit 35788ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ import interactionsPlugin from "./interactions/index";
1616
import Sentry from "@sentry/node";
1717

1818
import authRoutePlugin from "./authRoutes";
19+
1920
const instance: FastifyInstance = fastify({
20-
logger: true,
21+
logger: {
22+
level: "info",
23+
},
2124
});
2225

2326
await instance.register(envPlugin); // Load env variables

0 commit comments

Comments
 (0)