[ https://issues.apache.org/jira/browse/GUACAMOLE-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716939#comment-17716939 ]
Nick Couchman commented on GUACAMOLE-752: ----------------------------------------- Thanks [~stcbus], appreciate your input on this. I did close yours as a duplicate because I believe you're asking for roughly the same thing as this. Unfortunately no one has taken up the challenge of implementing this, yet. If you've got any experience or inclination to write some code, feel free to jump in and contribute! > Include guacd connection id in error messages displayed in browser > ------------------------------------------------------------------ > > Key: GUACAMOLE-752 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-752 > Project: Guacamole > Issue Type: Improvement > Components: guacamole-client, guacamole-server, libguac > Reporter: Darren Foley > Priority: Minor > Attachments: image-2019-03-13-11-35-19-659.png > > > When multiple simultaneous connections are present, it can be difficult for > admins to match up a browser error message being reported to them from an end > user to errors in the guacd logs for troubleshooting. If the connection id > shown in the guacd logs was exposed in browser error messages, this would > become trivial. > > {code:java} > guacd[1]: INFO: Creating new client for protocol "rdp" > guacd[1]: INFO: Connection ID is "$c186d87a-2951-49f7-b0d7-8ce59cb55183" > guacd[168]: INFO: Security mode: RDP > guacd[168]: INFO: Resize method: none > guacd[168]: INFO: User "@3193d588-9446-4221-9116-f81bdc144da9" joined > connection "$c186d87a-2951-49f7-b0d7-8ce59cb55183" (1 users now present) > guacd[168]: INFO: Loading keymap "base" > guacd[168]: INFO: Loading keymap "en-us-qwerty" > guacd[168]: INFO: Unknown cliprdr event type: 0x5 > guacd[168]: INFO: User "@3193d588-9446-4221-9116-f81bdc144da9" disconnected > (0 users remain) > guacd[168]: INFO: Last user of connection > "$c186d87a-2951-49f7-b0d7-8ce59cb55183" disconnected > guacd[168]: INFO: Internal RDP client disconnected > {code} > > Something like this: > !image-2019-03-13-11-35-19-659.png! > -- This message was sent by Atlassian Jira (v8.20.10#820010)