On Tue, Jan 15, 2019 at 6:45 AM Shilpa Bhandari < [email protected]> wrote:
> Where to check the logs for this? > > Thanks and regards, > Shilpa Bhandari > For Guacamole Client, check the Tomcat catalina.out file, which logs all of the Java messages for the Guacamole Client application. For guacd, check your normal syslog facilities - /var/log/messages, journalctl, etc. - and look for messages that contain "guacd". You also may want to put one or both of these in Debug logging mode - for Guacamole Client, you create a logback.xml file in GUACAMOLE_HOME (where guacamole.properties is located) and configure it appropriately: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#webapp-logging For guacd, you can either start with "-L debug" as a flag on the command line or you can specify the log_level parameter in the config file: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#guacd.conf -Nick
