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