Use only stdout logging in cloud.gov

This commit is contained in:
Ryan Ahearn
2022-11-22 11:05:55 -05:00
parent 8ae134f31c
commit 286400aa18
9 changed files with 10 additions and 63 deletions

View File

@@ -10,7 +10,6 @@ from gds_metrics.gunicorn import child_exit # noqa
workers = 4
worker_class = "eventlet"
worker_connections = 256
errorlog = "/home/vcap/logs/gunicorn_error.log"
bind = "0.0.0.0:{}".format(os.getenv("PORT"))
statsd_host = "{}:8125".format(os.getenv("STATSD_HOST"))
gunicorn.SERVER_SOFTWARE = 'None'