You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Nick Couchman (JIRA)" <ji...@apache.org> on 2019/03/13 18:31:00 UTC

[jira] [Commented] (GUACAMOLE-752) Include guacd connection id in error messages displayed in browser

    [ https://issues.apache.org/jira/browse/GUACAMOLE-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791989#comment-16791989 ] 

Nick Couchman commented on GUACAMOLE-752:
-----------------------------------------

I wonder if we could do this, but hide it by default - maybe make it an expandable section that could provide additional details, including the Connection ID and anything else we think might be relevant?

> 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
(v7.6.3#76005)