sebawagner commented on a change in pull request #129:
URL: https://github.com/apache/openmeetings/pull/129#discussion_r575007361
##########
File path:
openmeetings-web/src/main/java/org/apache/openmeetings/web/common/OmWebSocketPanel.java
##########
@@ -126,7 +126,7 @@ protected void onMessage(WebSocketRequestHandler handler,
TextMessage msg) {
}
break;
case "ping":
-
log.debug("Sending WebSocket PING");
+
log.trace("Sending WebSocket PING");
Review comment:
I also don't understand how this would be helpful to trace back any
particular user without logging any details on who is (or isn't) sending this
ping.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]