shinyproxy-config-examples icon indicating copy to clipboard operation
shinyproxy-config-examples copied to clipboard

View shinyproxy.log in containerized shinyproxy config mode

Open sound118 opened this issue 2 years ago • 1 comments

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.

sound118 avatar Dec 14 '22 09:12 sound118

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.

LEDfan avatar Mar 06 '23 09:03 LEDfan