瀏覽代碼

停用相关日志打印

Eric 2 年之前
父節點
當前提交
380b35c927
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-websocket/src/main/java/com/ym/mec/web/handler/WhiteboardHandler.java

+ 2 - 2
mec-websocket/src/main/java/com/ym/mec/web/handler/WhiteboardHandler.java

@@ -190,8 +190,8 @@ public class WhiteboardHandler {
         // 客户端类型
         String clientType = client.getHandshakeData().getSingleUrlParam(CLIENT_TYPE);
 
-        log.debug("onHeartbeatSync client={}, ns={}, roomId={}, userId={}, timestamp={}", client.getSessionId(),
-                client.getNamespace().getName(), roomId, userId, timestamp);
+        /*log.debug("onHeartbeatSync client={}, ns={}, roomId={}, userId={}, timestamp={}", client.getSessionId(),
+                client.getNamespace().getName(), roomId, userId, timestamp);*/
 
         if (StringUtils.isNoneBlank(roomId, userId, clientType)) {