Adds django stdout logging

Change-Id: Ic2ff3d346502c03c0ae9d08e238ed8ca956cc0bd
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
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