Skip to content
Snippets Groups Projects
Commit 2ed56bd9 authored by Matteo Parrucci's avatar Matteo Parrucci
Browse files

fixed prod logging

parent 489edfd4
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,5 @@ then
gunicorn --worker-class=gevent --timeout 36000 --reload --bind backend:8001 --log-level=info ownphotos.wsgi 2>&1 | tee /logs/gunicorn_django.log
else
echo "production backend starting"
gunicorn --worker-class=gevent --timeout 3600 --bind backend:8001 --log-level=warning ownphotos.wsgi 2>&1
gunicorn --worker-class=gevent --timeout 3600 --bind backend:8001 --log-level=info ownphotos.wsgi 2>&1 | tee /logs/gunicorn_django.log
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment