Fix web-socket client logging

- nothing is currently logged.
This commit is contained in:
Gary Russell
2021-04-09 13:44:54 -04:00
committed by Artem Bilan
parent 6234d0ad16
commit 261648bed1
2 changed files with 2 additions and 1 deletions

View File

@@ -15,5 +15,6 @@
<logger name="org.springframework" level="WARN" />
<logger name="org.springframework.integration" level="ERROR" />
<logger name="wsLog" level="INFO" />
</configuration>

View File

@@ -20,6 +20,6 @@
<int-websocket:inbound-channel-adapter container="clientWebSocketContainer"
channel="webSocketInputChannel"/>
<int:logging-channel-adapter id="webSocketInputChannel"/>
<int:logging-channel-adapter id="webSocketInputChannel" logger-name="wsLog"/>
</beans>