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,
Thanks On Tuesday, November 27, 2018, 3:05:41 PM EST, Tezarin
<[email protected]> wrote:
Hi all,
I am running Guacamole in docker containers: guacamole container and guacd. Can
you please let me know how I can change the Loglevel to DEBUG? I checked the
documentation and looks like the we will have to edit this file on the docker
host:Which the file doesn't exist on the docker host. Can you please advise how
this can be done?
Thanks
/etc/docker/daemon.json