Merge "Fix UWSGI logging to stderr"

This commit is contained in:
Jenkins
2017-06-05 17:50:07 +00:00
committed by Gerrit Code Review

View File

@@ -5,5 +5,6 @@ uwsgi --socket 0.0.0.0:5001 \
--http-chunked-input \
-w mixmatch.wsgi \
--master \
--processes 4 \
--threads 2
--processes 8 \
--threads 1 \
2>&1