I've got supervisor wrapping several processes on my server, but I don't seem to be able to get the configuration right for logging. I'm running 3.0a8 via apt on Ubuntu.
My config looks like: [program:gunicorn] directory=/srv/www/test/ command=/home/ubuntu/.virtualenvs/test/bin/gunicorn_django user=ubuntu autostart=true autorestart=true stdout_logfile=/var/log/test/gunicorn.out stderr_logfile=/var/log/test/gunicorn.err This works fine, except the actual config files generated are as follows: /var/log/test/gunicorn.stderr /var/log/test/gunicorn.stdout And then the actual STD_OUT output is put into gunicorn.stderr. Can anyone explain why this is, or what I'm doing wrong? Thanks
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
