On Wed, Nov 28, 2018 at 2:18 PM Tezarin <[email protected]> wrote:

>  Just to add, I am having the logs forwarded to Splunk:
>
> logging:      driver: splunk
>
> But would like the loglevel to chaneg from INFO to DEBUG. I've done the
> following:
> 2) vi /etc/docker/daemon.json
> 3) Add these lines:
> {    "debug": true}
> 4) sudo kill -SIGHUP $(pidof dockerd)
> 5) docker info | grep -i debug.*server
>
> But the logs in Splunk are still INFO.
> Please help,
>


Is this container for Guacamole Server (guacd) or Guacamole Client?
Setting the log level of Docker is not going to get you any debug
information out of Guacamole Server or Client - you'll need to adjust
parameters for either guacd (Server) or log4j (Client) within the container
in order to adjust the level of messages you get from Guacamole
specifically.  Adjusting the debug level should become easier in the next
release (at least for Guacamole Server), but you'll need to follow the
instructions for doing this for both Server and Client if you need the
debug logging.

http://guacamole.apache.org/doc/gug/configuring-guacamole.html#webapp-logging
http://guacamole.apache.org/doc/gug/configuring-guacamole.html#guacd.conf

-Nick

Reply via email to