From 261648bed136a076f76ed15b1017f5e5b6d8b9ae Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 9 Apr 2021 13:44:54 -0400 Subject: [PATCH] Fix web-socket client logging - nothing is currently logged. --- basic/web-sockets/src/main/resources/logback.xml | 1 + .../samples/websocket/standard/client/client-context.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/basic/web-sockets/src/main/resources/logback.xml b/basic/web-sockets/src/main/resources/logback.xml index 8c6ebb38..61766422 100644 --- a/basic/web-sockets/src/main/resources/logback.xml +++ b/basic/web-sockets/src/main/resources/logback.xml @@ -15,5 +15,6 @@ + diff --git a/basic/web-sockets/src/main/resources/org/springframework/integration/samples/websocket/standard/client/client-context.xml b/basic/web-sockets/src/main/resources/org/springframework/integration/samples/websocket/standard/client/client-context.xml index 9652784d..a5b076dd 100644 --- a/basic/web-sockets/src/main/resources/org/springframework/integration/samples/websocket/standard/client/client-context.xml +++ b/basic/web-sockets/src/main/resources/org/springframework/integration/samples/websocket/standard/client/client-context.xml @@ -20,6 +20,6 @@ - +