From 102282f50a76f30584f7d249c50e5fb9e82a7b09 Mon Sep 17 00:00:00 2001 From: DongHoonYu96 Date: Thu, 21 Nov 2024 13:14:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20[BE]=20=EB=B0=A9=20=ED=99=9C=EB=8F=99?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EC=9D=B8=ED=84=B0=EC=85=89=ED=84=B0=20?= =?UTF-8?q?=ED=95=9C=EA=B8=80=ED=8C=A8=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BE/src/game/interceptor/gameActivity.interceptor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BE/src/game/interceptor/gameActivity.interceptor.ts b/BE/src/game/interceptor/gameActivity.interceptor.ts index 5dc57b5..eb783a5 100644 --- a/BE/src/game/interceptor/gameActivity.interceptor.ts +++ b/BE/src/game/interceptor/gameActivity.interceptor.ts @@ -20,7 +20,7 @@ export class GameActivityInterceptor implements NestInterceptor { const data = context.switchToWs().getData(); if (data.gameId) { await this.gameRoomService.updateRoomActivity(data.gameId); - this.logger.debug(`Activity updated for room ${data.gameId} after ${Date.now() - before}ms`); + this.logger.debug(`방 ${data.gameId} 활동시간 갱신 완료 / after ${Date.now() - before}ms`); } return of(result);