Unverified Commit b261158b authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub

Make gunicorn default access log to stdout (#490)

* make gunicorn default access log to stdout

* Update python.gunicorn.sh
parent 009d0ddb
# Automatic configuration for Gunicorn's ForwardedAllowIPS setting. # Automatic configuration for Gunicorn's ForwardedAllowIPS setting.
export FORWARDED_ALLOW_IPS='*' export FORWARDED_ALLOW_IPS='*'
# Automatic configuration for Gunicorn's stdout access log setting.
export GUNICORN_CMD_ARGS="--access-logfile -"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment