X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=supervisor-app.conf;fp=supervisor-app.conf;h=c482e864d5d92de93fed95fd95ff3a22e84158b2;hb=c38fffb7a4c818b9257fc3431fcf55a128c9b849;hp=1dabdeaf7a8e8b3bebee05a66f249c669dd90d9a;hpb=e5a130af55131c3437fe3e2b7bb7cdacd0b22add;p=osm%2FLW-UI.git diff --git a/supervisor-app.conf b/supervisor-app.conf index 1dabdea..c482e86 100644 --- a/supervisor-app.conf +++ b/supervisor-app.conf @@ -1,6 +1,14 @@ [program:app-uwsgi] -command = /usr/local/bin/uwsgi --ini /usr/share/osm-lightui/django.ini +command = /usr/local/bin/uwsgi --ini /usr/share/osm-lightui/django.ini --log-master environment=DJANGO_ENV="prod" +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stdout_logfile=/dev/stderr +stdout_logfile_maxbytes=0 [program:nginx-app] command = /usr/sbin/nginx +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stdout_logfile=/dev/stderr +stdout_logfile_maxbytes=0 \ No newline at end of file