Hi, I installed supervisor on Ubuntu 12.04 Precise Pangolin by running "sudo apt-get install supervisor". This installed 3.0a8 running as root.
I created a program section which sets the logfile paths: [program:connectifier] user=borg command=/usr/local/borg/bin/connectifier/connectifier-1.0/start -Dlogger.resource=logger-prod.xml -Dhttp.port=8201 stderr_logfile=/var/log/borg/connectifier/stderr.log stdout_logfile=/var/log/borg/connectifier/stdout.log Both of these log files are owned by root. Is there a way I can have them owned by the borg user instead? I'd like each user who's running an application to be able to read the logs for that application. It doesn't make sense to me that you could kill a process, but not read its logs, but maybe I'm missing something. Thanks, Ben
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
