diff --git a/allianceauth/project_template/supervisor.conf b/allianceauth/project_template/supervisor.conf index eb50d1f6..06f5a0d6 100644 --- a/allianceauth/project_template/supervisor.conf +++ b/allianceauth/project_template/supervisor.conf @@ -27,10 +27,12 @@ priority=998 user = allianceserver directory={{ project_directory }} command={{ gunicorn }} {{ project_name }}.wsgi --workers=3 --timeout 120 +stdout_logfile={{ project_directory }}/log/gunicorn.log +stderr_logfile={{ project_directory }}/log/gunicorn.log autostart=true autorestart=true stopsignal=INT [group:{{ project_name }}] programs=beat,worker,gunicorn -priority=999 \ No newline at end of file +priority=999