You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this Application, I expected to see a log message being printed in the console every second, according to the format defined inside loggingChannelAdapter(). Something like:
The time 23 December 2022, 15:25:34 has been sent to the WebSocketSession WebSocketClient-AsyncIO-10
Am I missing something or is it broken ?
This would be very helpful, because the first time I ran the server application, I though something was broken, because all the console logs ist the Spring Boot banner and then the line:
PS: I tried a few things to get it to work, but was unsuccessful. I'm used to logging with the DSL, but I'm not familiar with logging in the basic (non-DSL) SI. Any help to get this to work would be appreciated.
When running this Application, I expected to see a log message being printed in the console every second, according to the format defined inside
loggingChannelAdapter()
. Something like:The time 23 December 2022, 15:25:34 has been sent to the WebSocketSession WebSocketClient-AsyncIO-10
Am I missing something or is it broken ?
This would be very helpful, because the first time I ran the server application, I though something was broken, because all the console logs ist the Spring Boot banner and then the line:
Hit 'Enter' to terminate
spring-integration-samples/basic/web-sockets/src/main/java/org/springframework/integration/samples/websocket/standard/server/Application.java
Line 132 in 5dd165b
The text was updated successfully, but these errors were encountered: