X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=supervisor-app.conf;h=c482e864d5d92de93fed95fd95ff3a22e84158b2;hb=refs%2Fchanges%2F05%2F7805%2F1;hp=1dabdeaf7a8e8b3bebee05a66f249c669dd90d9a;hpb=c7872f8608cf7046b011f2526e7aec48806e17bb;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