shinyproxy-config-examples
shinyproxy-config-examples copied to clipboard
View shinyproxy.log in containerized shinyproxy config mode
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.
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.