Use only stdout logging in cloud.gov

This commit is contained in:
Ryan Ahearn
2022-11-22 16:34:11 -05:00
parent b3a682630b
commit f3402f06f6
7 changed files with 191 additions and 405 deletions

View File

@@ -1 +1 @@
web: unset GUNICORN_CMD_ARGS; exec scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application
web: gunicorn -c /home/vcap/app/gunicorn_config.py application