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

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

     [ https://issues.apache.org/jira/browse/GUACAMOLE-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper closed GUACAMOLE-627.
------------------------------------
    Resolution: Invalid

> 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
>            Priority: Minor
>
> 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)