Skip to content

Commit 64a478f

Browse files
committed
♻️ 클라이언트 send시 로그 추가
1 parent f92279f commit 64a478f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/main/java/io/f1/backend/global/config/StompChannelInterceptor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public Message<?> preSend(Message<?> message, MessageChannel channel) {
3535
}
3636
}
3737

38+
case SEND -> log.info("SEND : 요청 destination = {}", destination);
39+
3840
case DISCONNECT -> log.info("DISCONNECT : 연결 해제 sessionId = {}", sessionId);
3941

4042
default -> throw new IllegalStateException("Unexpected command: " + command);

0 commit comments

Comments
 (0)