You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "uttesh kumar th (JIRA)" <ji...@apache.org> on 2018/09/21 12:06:00 UTC

[jira] [Created] (GUACAMOLE-627) docker log level changes

uttesh kumar th created GUACAMOLE-627:
-----------------------------------------

             Summary: docker log level changes
                 Key: GUACAMOLE-627
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-627
             Project: Guacamole
          Issue Type: Bug
          Components: guacd-docker
    Affects Versions: 0.9.14
            Reporter: uttesh kumar th


There is a bug on the docker log level environment i.e. brackets are missing on the last CMD command line in the docker file. which lead to an issue where we con't run the docker in the other log levels ..trace/debug.

bug line :CMD /usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L *$GUACD_LOG_LEVEL* -f

should be: CMD /usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L *${GUACD_LOG_LEVEL}* -f

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)