diff --git a/README.md b/README.md index 0792083..0d1d0cd 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ run the following commands: server starts with - nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' eva.wsgi 2&> logfile & + export PYTHONUNBUFFERED=TRUE; nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' eva.wsgi &> logfile &