Skip to content

Commit

Permalink
chore: Reintroduce message debug logging
Browse files Browse the repository at this point in the history
Was unintentionally removed in #19340
  • Loading branch information
Artur- committed May 10, 2024
1 parent ddc19ea commit dbf5a8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public ViteWebsocketProxy(Session browserSession, Integer vitePort,
browserSession.getNegotiatedSubprotocol(), msg -> {
try {
browserSession.getBasicRemote().sendText(msg);
getLogger().debug("Message sent to browser: {}", msg);
} catch (IOException e) {
getLogger().debug("Error sending message to browser",
e);
Expand Down

0 comments on commit dbf5a8e

Please sign in to comment.