openanalytics / shinyproxy-config-examples

Configuration examples for ShinyProxy
https://www.shinyproxy.io
149 stars 109 forks source link

View shinyproxy.log in containerized shinyproxy config mode #35

Open sound118 opened 1 year ago

sound118 commented 1 year ago

Hi,

I am deploying shinyproxy in a containerized config mode. Just wondering how I can view the shinyproxy.log in this kind of config. Thanks.

LEDfan commented 1 year ago

Hi, by default ShinyProxy outputs its logs to stdout and stderr, these are automatically picked up by Docker and can be viewed using the docker logs command. Nevertheless, you can still configure ShinyProxy to log to a file as well, but these files we be written inside the container. If you want these files to be available on the host, you can configure a volume.