Skip to content

Commit

Permalink
fix: make gunicorn verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed May 15, 2024
1 parent 5f200e2 commit 6370915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ python manage.py collectstatic --noinput
#python manage.py build_solr_schema --configure-directory /var/solr_new/paas_solr/conf --reload-core default
if [[ -z "${DEVELOP}" ]]; then
echo "starting gunicorn"
gunicorn apis.wsgi -b 0.0.0.0:5000 --timeout 120 --workers=3 --threads=3 --worker-connections=1000
fi
gunicorn apis.wsgi -b 0.0.0.0:5000 --timeout 120 --workers=3 --threads=3 --worker-connections=1000 --access-logfile - --error-logfile -
fi

0 comments on commit 6370915

Please sign in to comment.