mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Make gunicorn default access log to stdout (#490)
* make gunicorn default access log to stdout * Update python.gunicorn.sh
This commit is contained in:
Vendored
+3
@@ -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 -"
|
||||
|
||||
Reference in New Issue
Block a user