Log file running shinyproxy as service

Hello, I have an issue, when I start shiny proxy installed from .deb as service, log file have none records in it, in case of starting java -jar shinyproxy.jar log file have all the records in it.

logging:
file:
/var/log/shinyproxy.log

Hi @Ruslans_Saidans,

This might be a permissions issue, since when you run as a service, the shinyproxy user is used, so you may need to run

chown shinyproxy:shinyproxy shinyproxy.log

It helped, strange that chmod 777 did not in first placeā€¦ Thanks!