Make gunicorn default access log to stdout (#490)

* make gunicorn default access log to stdout

* Update python.gunicorn.sh
This commit is contained in:
2017-12-13 13:12:26 -05:00
committed by GitHub
parent 009d0ddbae
commit b261158bf2
+3
View File
@@ -1,2 +1,5 @@
# Automatic configuration for Gunicorn's ForwardedAllowIPS setting.
export FORWARDED_ALLOW_IPS='*'
# Automatic configuration for Gunicorn's stdout access log setting.
export GUNICORN_CMD_ARGS="--access-logfile -"