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:16:00 UTC

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

    [ https://issues.apache.org/jira/browse/GUACAMOLE-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16624121#comment-16624121 ] 

Michael Jumper commented on GUACAMOLE-627:
------------------------------------------

Both {{$GUACD_LOG_LEVEL}} and {{${GUACD_LOG_LEVEL}}} are valid syntax, and this was tested prior to merge and release. Are you sure this isn't working?

> 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)