Ok, thanks a lot for your soon answer, Nick. - Gabriel
-----Mensaje original----- De: Nick Couchman <[email protected]> Enviado el: lunes, 5 de junio de 2023 01:22 p. m. Para: [email protected] Asunto: Re: How to activate guac log On Mon, Jun 5, 2023 at 3:16 PM Gabriel Huerta Araujo <[email protected]> wrote: > > Hi everyone > > > > I tried to know where guac log is located but I did not find it. Is there any > configuration I have to do in order to generate it? Some link talking about > this, it will be fully grateful. > Can you clarify what you mean by "guac log"? guacd output is usually logged to Syslog, so it will be available in your normal syslog location (/var/log/messages, journalctl, etc.). If you need to adjust the logging level you can do this either in the gaucd.conf file or using command-line switches. For the web application (Guacamole Client), this information will be logged wherever Tomcat (or your web application server) logs its data. This varies based on the web application server and how its configured, so you'll need to figure out where that information is logged. If you install Tomcat from the tar.gz or zip file on the website, the logs can be see in the log/catalina.out folder within the Tomcat installation folder. The verbosity of logging is configured with the logback.xml file, as noted in the manual. https://guacamole.apache.org/doc/gug/configuring-guacamole.html#logging-within-the-web-application -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
