Log file not being written

I’m using 2.0.5 and I have the following at the end of my configuration file (my application.yml file is under /etc/shinyproxy):

logging:
  file:
    shinyproxy.log

But in that folder nothing is created:

[dev@viz ~]$ ls /etc/shinyproxy/
application.yml  static

Hi @hendiatris,

If you specify a relative path like that, the log file will appear in the working directory of the process.
This may be different from the location of the yaml file.