Fix web-socket client logging
- nothing is currently logged.
This commit is contained in:
committed by
Artem Bilan
parent
6234d0ad16
commit
261648bed1
@@ -15,5 +15,6 @@
|
||||
|
||||
<logger name="org.springframework" level="WARN" />
|
||||
<logger name="org.springframework.integration" level="ERROR" />
|
||||
<logger name="wsLog" level="INFO" />
|
||||
|
||||
</configuration>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user