fix: fix logger
This commit is contained in:
parent
f8cd32b4f4
commit
382f531d72
@ -62,7 +62,6 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }>
|
||||
|
||||
// Start API
|
||||
const app = fastify({
|
||||
logger: true,
|
||||
loggerInstance: logger,
|
||||
bodyLimit: 1024 * 1024 * 100, // 100MB
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user