GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-server/pull/161
GUACAMOLE-42: Add support for specifying log level to guacd in docker
Small changes to allow the guacd log level to be passed through as an
environment variable. Not entirely sure this is the right way to go - I know
the guacamole-client code for taking and parsing variables is significantly
more complex.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-server jira/42
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/161.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #161
----
commit 1cfba831644d67d326ef9b9c460297a9e88f45d6
Author: Nick Couchman <vnick@...>
Date: 2018-03-28T23:54:07Z
GUACAMOLE-42: Configure log level in docker.
commit a9d01af104bfd26ae68e742d5e3656e35d008ba2
Author: Nick Couchman <vnick@...>
Date: 2018-03-29T08:32:06Z
GUACAMOLE-42: Run CMD so that ENV can be used.
----
---