From 25fa475f29791e80a2b533f8f52a9459bcce6a96 Mon Sep 17 00:00:00 2001 From: zhangjian <zhangjianrock@163.com> Date: 星期六, 05 八月 2023 10:04:20 +0800 Subject: [PATCH] 加入日志 --- ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java b/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java index 5d35ed4..7fc9943 100644 --- a/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java +++ b/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java @@ -38,7 +38,7 @@ } synchronized(session) { try { - log.info("鍙戦�佹秷鎭細"+message); + log.debug("鍙戦�佹秷鎭細"+message); session.getBasicRemote().sendText(message); } catch (IOException e) { log.error("sendMessage IOException ",e); -- Gitblit v1.9.3