Skip to content

Commit b73ea58

Browse files
Merge pull request #74 from leanix/feature/CID-3295/Improve-the-failed-to-connect-logs
CID-3295: Improve connection closed logging
2 parents f7c60e6 + 97a433e commit b73ea58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/application.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ resilience4j.retry:
2020
enable-exponential-backoff: true
2121
exponential-backoff-multiplier: 2
2222
waitDuration: 1000
23-
23+
logging:
24+
level:
25+
org.springframework.web.socket.handler: DEBUG

0 commit comments

Comments
 (0)