Skip to content

Commit

Permalink
chore: update log message and level
Browse files Browse the repository at this point in the history
  • Loading branch information
tltv committed Oct 1, 2024
1 parent c23ebde commit 7c6e7e7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ public void logout() {
ui.getPushConfiguration().setTransport(Transport.WEBSOCKET);
doLogout(ui);
}, exception -> {
LOGGER.warn(
"Failed to switch to WEBSOCKET_XHR transport mode for logout operation. Received exception: {}",
LOGGER.debug(
"Failed to switch to WEBSOCKET_XHR transport mode for logout operation. "
+ "Logout is performed anyway even if browser shows 'disconnected' message and browser console has WebSocket errors. "
+ "Received exception: {}",
exception);
ui.getPushConfiguration().setTransport(Transport.WEBSOCKET);
doLogout(ui);
Expand Down

0 comments on commit 7c6e7e7

Please sign in to comment.