Mike Jumper created GUACAMOLE-2062: -------------------------------------- Summary: VNC logs are noisy if server does not support client-initiated resize Key: GUACAMOLE-2062 URL: https://issues.apache.org/jira/browse/GUACAMOLE-2062 Project: Guacamole Issue Type: Bug Components: VNC Reporter: Mike Jumper
The VNC resize support added by GUACAMOLE-1196 works well, but is noisy when the VNC server _doesn't_ support resize. Messages regarding the unavailability of screen data are logged repeatedly at the warning level: {code:none} guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. guacd[118969]: Screen data has not been initialized, yet. {code} This should probably be moved to debug. -- This message was sent by Atlassian Jira (v8.20.10#820010)