mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove access log from gunicorn
This commit is contained in:
parent
3a23fb5dc8
commit
f711eec53b
2
boot.sh
2
boot.sh
@ -14,8 +14,8 @@ if [[ "${#}" -eq 0 ]]; then
|
||||
echo "INFO Start nopaque daemon..."
|
||||
flask daemon run &
|
||||
fi
|
||||
echo "INFO Start nopaque..."
|
||||
gunicorn \
|
||||
--access-logfile - \
|
||||
--error-logfile - \
|
||||
$([ "${ENABLE_GUNICORN_RELOAD:-False}" == "True" ] && echo "--reload") \
|
||||
--worker-class eventlet \
|
||||
|
Loading…
Reference in New Issue
Block a user