log to stdout for heroku deployments and others

This commit is contained in:
Ben Adida 2021-01-10 01:55:43 +00:00
parent 056eb567cb
commit 684b2491f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8
worker: celery worker --app helios --events --beat --concurrency 1 --logfile celeryw.log --pidfile celeryw.pid
worker: celery worker --app helios --events --beat --concurrency 1