Reading here I added this line to my application.yml. The directory exists. But after restart, and running a few containers, I see no entries in that directory.
try with absolute path. I had similar problems, the cause was the confusion around the working directory of the shinyproxy. Another hint: check the permission settings of the directory.
Can you have a look at the shinyproxy.log file for containerproxy.service.LogService entries. Normally you should see a line like
2018-12-24 09:52:41.003 INFO 24859 --- [main] e.o.containerproxy.service.LogService : Container logging enabled. Log files will be saved to /etc/shinyproxy/container-logs
If instead there are errors, error messages might help to identify the problem…
We are currently running shinyProxy v1.1.1 - so the next move for us is to upgrade to 2.1.0
I will followup with a report on per-container logging once the upgrade is complete - hoping that I can then say “per-container logging works as expected”.
Hi all, I think I have something similar here. I noticed that no container logs are generated, and then also that no logs are created at all (shinyproxy.log neither).
Maybe I misconfigured something, or missing some options.