diff --git a/conf/supervisord.conf b/conf/supervisord.conf index 5c681fbd067..c6309cebc22 100644 --- a/conf/supervisord.conf +++ b/conf/supervisord.conf @@ -21,7 +21,7 @@ stderr_events_enabled=true autostart = %(ENV_ENABLE_WEB)s [program:websocket] -command=newrelic-admin run-program gunicorn --paste conf/websocket.ini --config conf/gunicorn-websocket.conf.py +command=gunicorn --paste conf/websocket.ini --config conf/gunicorn-websocket.conf.py stdout_logfile=NONE stderr_logfile=NONE stdout_events_enabled=true @@ -29,7 +29,7 @@ stderr_events_enabled=true autostart = %(ENV_ENABLE_WEBSOCKET)s [program:websocket-monolithic] -command=newrelic-admin run-program gunicorn --paste conf/websocket-monolithic.ini --config conf/gunicorn-websocket-monolithic.conf.py +command=gunicorn --paste conf/websocket-monolithic.ini --config conf/gunicorn-websocket-monolithic.conf.py stdout_logfile=NONE stderr_logfile=NONE stdout_events_enabled=true