Skip to content

Commit

Permalink
📝 Update application.yaml for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ws11222 authored Jan 20, 2025
1 parent a859c9a commit 8cc084d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8cc084d

Please sign in to comment.