On Sat, Apr 1, 2023 at 3:01 PM Gabriel Huerta Araujo
<[email protected]> wrote:
>
> I am running guacamole in a Linux box. By an IDE with a debugger: ¿A 
> reference to configure Guacamole into Windows?
>

There's no reason to switch to Windows - there are plenty of good IDEs
with debuggers for Linux. Like NetBeans:

https://netbeans.apache.org/

>
> But how can I enable debug-level logging?
>

This is covered in the manual:
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#logging-within-the-web-application

If you do this you'll also want to make sure that you've put some
debug logging into your custom extension, using org.slf4j.Logger and
the "debug()" method. This is used extensively throughout the
Guacamole Client code, so you should be able to find plenty of
examples.

-Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to