diff --git a/backend/src/websocket/rdp.ts b/backend/src/websocket/rdp.ts index f1c20f7..81064a5 100644 --- a/backend/src/websocket/rdp.ts +++ b/backend/src/websocket/rdp.ts @@ -189,7 +189,7 @@ export async function rdpWebsocket(fastify: FastifyInstance) { return; } - fastify.log.info({ uuid: readyInstruction[1] }, 'RDP: entering proxy mode'); + fastify.log.info('RDP: entering proxy mode'); // --- Proxy mode --- guacd.on('data', (data: Buffer) => {