From 8cc084d6cf5c6d2a154958454b9e095510c1bc41 Mon Sep 17 00:00:00 2001 From: ws11222 <148057351+ws11222@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:10:16 +0900 Subject: [PATCH] :pencil: Update application.yaml for debugging --- src/main/resources/application.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 13e9f92..6f66ce4 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -59,3 +59,12 @@ spring: userNameAttribute: id profiles: active: dev + +logging: + level: + org.springframework.web.socket: DEBUG + org.springframework.messaging: DEBUG + org.springframework.web.socket.sockjs: DEBUG + org.springframework.web.socket.client: DEBUG + org.springframework.web.socket.server: DEBUG + org.springframework.web.socket.config: DEBUG