You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/04/02 03:51:26 UTC

[1/2] guacamole-manual git commit: GUACAMOLE-42: Document GUACD_LOG_LEVEL variable.

Repository: guacamole-manual
Updated Branches:
  refs/heads/master 8a3aa5ee2 -> 0a514a6ff


GUACAMOLE-42: Document GUACD_LOG_LEVEL variable.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/1f9643cb
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/1f9643cb
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/1f9643cb

Branch: refs/heads/master
Commit: 1f9643cb21d68d6efa8ab3c143ca3c03635f4cdb
Parents: fbd81b0
Author: Nick Couchman <vn...@apache.org>
Authored: Sat Mar 31 14:04:11 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sat Mar 31 14:04:11 2018 -0400

----------------------------------------------------------------------
 src/chapters/docker.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/1f9643cb/src/chapters/docker.xml
----------------------------------------------------------------------
diff --git a/src/chapters/docker.xml b/src/chapters/docker.xml
index c58cee8..58e4ea3 100644
--- a/src/chapters/docker.xml
+++ b/src/chapters/docker.xml
@@ -64,6 +64,12 @@
                 port 4822, but this port will only be available to Docker containers that have been
                 explicitly linked to
                 <varname><replaceable>some-guacd</replaceable></varname>.</para>
+            <para>The log level of guacd can be controlled with the <varname>GUACD_LOG_LEVEL</varname> environment variable.  The
+                default value is <varname><replaceable>info</replaceable></varname>, and can be set to any of the
+                valid settings for the guacd log flag (-L).</para>
+            <informalexample>
+                <screen><prompt>$</prompt> <command>docker</command> run -e GUACD_LOG_LEVEL=<replaceable>debug</replaceable> -d guacamole/guacd</screen>
+            </informalexample>
         </section>
         <section xml:id="guacd-docker-external">
             <title>Running <package>guacd</package> for use by services outside Docker</title>


[2/2] guacamole-manual git commit: GUACAMOLE-42: Merge documentation for Docker GUACD_LOG_LEVEL environment variable.

Posted by mj...@apache.org.
GUACAMOLE-42: Merge documentation for Docker GUACD_LOG_LEVEL environment variable.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/0a514a6f
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/0a514a6f
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/0a514a6f

Branch: refs/heads/master
Commit: 0a514a6ffc772afda4c67faee02733225f7a67a0
Parents: 8a3aa5e 1f9643c
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Apr 1 20:18:43 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun Apr 1 20:18:43 2018 -0700

----------------------------------------------------------------------
 src/chapters/docker.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------