On Sun, Jan 4, 2026 at 10:23 AM Gihan Rajapaksha <[email protected]> wrote: > > Thanks, but I’m actually trying to view the server‑side logs on Tomcat, not > the browser console. > > On Sun, Jan 4, 2026 at 8:12 AM Seth Weber <[email protected]> wrote: >> >> Client-side logs would be viewed via your browser's Developer Tools. For >> Chromium-based browsers, this would likely be under the Console tab >> >> -- >> Seth >> >> On Sunday, January 4th, 2026 at 10:08 AM, Gihan Rajapaksha >> <[email protected]> wrote: >> >> Hi everyone, >> >> I’ve installed Guacamole 1.6.1 natively on Ubuntu 24.04 LTS, and I’m trying >> to enable debug logging on the Tomcat client. I’ve already followed the >> documentation to enable debug logs for guacd using the guacd.conf file, but >> I haven’t been able to find any information on enabling debug logs for the >> client side.
A couple of things for you: * See the following page for information on logging: https://guacamole.apache.org/doc/gug/configuring-guacamole.html#logging-within-the-web-application * For enabling logging on the web application, you use the same "LOG_LEVEL" environment variable with one of the values documented in the page above. * Use the "docker logs" command to get the actual logs. Finally, just a note, 1.6.1 has not been released, yet - it is still in development - so there is not a version 1.6.1, yet. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
